Browse Source

Update TextBox.cs

Symbai 5 years ago
parent
commit
994def4642
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Avalonia.Controls/TextBox.cs

+ 1 - 0
src/Avalonia.Controls/TextBox.cs

@@ -283,6 +283,7 @@ namespace Avalonia.Controls
             get { return GetValue(HorizontalContentAlignmentProperty); }
             set { SetValue(HorizontalContentAlignmentProperty, value); }
         }
+
         /// <summary>
         /// Gets or sets the vertical alignment of the content within the control.
         /// </summary>