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)
18 public static readonly BindableProperty HorizontalTextAlignmentProperty = TextAlignmentElement.HorizontalTextAlignmentProperty; 140 get { return (TextAlignment)GetValue(TextAlignmentElement.HorizontalTextAlignmentProperty); } 141 set { SetValue(TextAlignmentElement.HorizontalTextAlignmentProperty, value); }
Picker\Picker.cs (3)
60 public static readonly BindableProperty HorizontalTextAlignmentProperty = TextAlignmentElement.HorizontalTextAlignmentProperty; 190 get { return (TextAlignment)GetValue(TextAlignmentElement.HorizontalTextAlignmentProperty); } 191 set { SetValue(TextAlignmentElement.HorizontalTextAlignmentProperty, value); }
Properties\AssemblyInfo.cs (1)
121[assembly: StyleProperty("text-align", typeof(ITextAlignmentElement), nameof(TextAlignmentElement.HorizontalTextAlignmentProperty), Inherited = true)]
SearchBar\SearchBar.cs (3)
59 public static readonly BindableProperty HorizontalTextAlignmentProperty = TextAlignmentElement.HorizontalTextAlignmentProperty; 82 get { return (TextAlignment)GetValue(TextAlignmentElement.HorizontalTextAlignmentProperty); } 83 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); }