20 references to HorizontalTextAlignmentProperty
Microsoft.Maui.Controls (20)
Cells\EntryCell.cs (3)
27 public static readonly BindableProperty HorizontalTextAlignmentProperty = TextAlignmentElement.HorizontalTextAlignmentProperty; 35 get { return (TextAlignment)GetValue(TextAlignmentElement.HorizontalTextAlignmentProperty); } 36 set { SetValue(TextAlignmentElement.HorizontalTextAlignmentProperty, value); }
Editor\Editor.cs (1)
55 public static readonly BindableProperty HorizontalTextAlignmentProperty = TextAlignmentElement.HorizontalTextAlignmentProperty;
Entry\Entry.cs (3)
55 public static readonly BindableProperty HorizontalTextAlignmentProperty = TextAlignmentElement.HorizontalTextAlignmentProperty; 103 get { return (TextAlignment)GetValue(TextAlignmentElement.HorizontalTextAlignmentProperty); } 104 set { SetValue(TextAlignmentElement.HorizontalTextAlignmentProperty, value); }
Label\Label.cs (3)
21 public static readonly BindableProperty HorizontalTextAlignmentProperty = TextAlignmentElement.HorizontalTextAlignmentProperty; 143 get { return (TextAlignment)GetValue(TextAlignmentElement.HorizontalTextAlignmentProperty); } 144 set { SetValue(TextAlignmentElement.HorizontalTextAlignmentProperty, value); }
Picker\Picker.cs (3)
63 public static readonly BindableProperty HorizontalTextAlignmentProperty = TextAlignmentElement.HorizontalTextAlignmentProperty; 193 get { return (TextAlignment)GetValue(TextAlignmentElement.HorizontalTextAlignmentProperty); } 194 set { SetValue(TextAlignmentElement.HorizontalTextAlignmentProperty, value); }
Properties\AssemblyInfo.cs (1)
124[assembly: StyleProperty("text-align", typeof(ITextAlignmentElement), nameof(TextAlignmentElement.HorizontalTextAlignmentProperty), Inherited = true)]
SearchBar\SearchBar.cs (3)
62 public static readonly BindableProperty HorizontalTextAlignmentProperty = TextAlignmentElement.HorizontalTextAlignmentProperty; 85 get { return (TextAlignment)GetValue(TextAlignmentElement.HorizontalTextAlignmentProperty); } 86 set { SetValue(TextAlignmentElement.HorizontalTextAlignmentProperty, value); }
Shell\SearchHandler.cs (3)
108 public static readonly BindableProperty HorizontalTextAlignmentProperty = TextAlignmentElement.HorizontalTextAlignmentProperty; 120 get { return (TextAlignment)GetValue(TextAlignmentElement.HorizontalTextAlignmentProperty); } 121 set { SetValue(TextAlignmentElement.HorizontalTextAlignmentProperty, value); }