37 references to TextAlignmentElement
Microsoft.Maui.Controls (37)
Cells\EntryCell.cs (6)
27
public static readonly BindableProperty HorizontalTextAlignmentProperty =
TextAlignmentElement
.HorizontalTextAlignmentProperty;
30
public static readonly BindableProperty VerticalTextAlignmentProperty =
TextAlignmentElement
.VerticalTextAlignmentProperty;
35
get { return (TextAlignment)GetValue(
TextAlignmentElement
.HorizontalTextAlignmentProperty); }
36
set { SetValue(
TextAlignmentElement
.HorizontalTextAlignmentProperty, value); }
42
get { return (TextAlignment)GetValue(
TextAlignmentElement
.VerticalTextAlignmentProperty); }
43
set { SetValue(
TextAlignmentElement
.VerticalTextAlignmentProperty, value); }
Editor\Editor.cs (1)
55
public static readonly BindableProperty HorizontalTextAlignmentProperty =
TextAlignmentElement
.HorizontalTextAlignmentProperty;
Entry\Entry.cs (6)
55
public static readonly BindableProperty HorizontalTextAlignmentProperty =
TextAlignmentElement
.HorizontalTextAlignmentProperty;
60
public static readonly BindableProperty VerticalTextAlignmentProperty =
TextAlignmentElement
.VerticalTextAlignmentProperty;
103
get { return (TextAlignment)GetValue(
TextAlignmentElement
.HorizontalTextAlignmentProperty); }
104
set { SetValue(
TextAlignmentElement
.HorizontalTextAlignmentProperty, value); }
112
get { return (TextAlignment)GetValue(
TextAlignmentElement
.VerticalTextAlignmentProperty); }
113
set { SetValue(
TextAlignmentElement
.VerticalTextAlignmentProperty, 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 (6)
63
public static readonly BindableProperty HorizontalTextAlignmentProperty =
TextAlignmentElement
.HorizontalTextAlignmentProperty;
66
public static readonly BindableProperty VerticalTextAlignmentProperty =
TextAlignmentElement
.VerticalTextAlignmentProperty;
193
get { return (TextAlignment)GetValue(
TextAlignmentElement
.HorizontalTextAlignmentProperty); }
194
set { SetValue(
TextAlignmentElement
.HorizontalTextAlignmentProperty, value); }
200
get { return (TextAlignment)GetValue(
TextAlignmentElement
.VerticalTextAlignmentProperty); }
201
set { SetValue(
TextAlignmentElement
.VerticalTextAlignmentProperty, value); }
Properties\AssemblyInfo.cs (3)
124
[assembly: StyleProperty("text-align", typeof(ITextAlignmentElement), nameof(
TextAlignmentElement
.HorizontalTextAlignmentProperty), Inherited = true)]
128
[assembly: StyleProperty("vertical-align", typeof(ITextAlignmentElement), nameof(
TextAlignmentElement
.VerticalTextAlignmentProperty))]
163
[assembly: StyleProperty("-maui-vertical-text-alignment", typeof(Label), nameof(
TextAlignmentElement
.VerticalTextAlignmentProperty))]
SearchBar\SearchBar.cs (6)
62
public static readonly BindableProperty HorizontalTextAlignmentProperty =
TextAlignmentElement
.HorizontalTextAlignmentProperty;
65
public static readonly BindableProperty VerticalTextAlignmentProperty =
TextAlignmentElement
.VerticalTextAlignmentProperty;
85
get { return (TextAlignment)GetValue(
TextAlignmentElement
.HorizontalTextAlignmentProperty); }
86
set { SetValue(
TextAlignmentElement
.HorizontalTextAlignmentProperty, value); }
92
get { return (TextAlignment)GetValue(
TextAlignmentElement
.VerticalTextAlignmentProperty); }
93
set { SetValue(
TextAlignmentElement
.VerticalTextAlignmentProperty, value); }
Shell\SearchHandler.cs (6)
108
public static readonly BindableProperty HorizontalTextAlignmentProperty =
TextAlignmentElement
.HorizontalTextAlignmentProperty;
111
public static readonly BindableProperty VerticalTextAlignmentProperty =
TextAlignmentElement
.VerticalTextAlignmentProperty;
120
get { return (TextAlignment)GetValue(
TextAlignmentElement
.HorizontalTextAlignmentProperty); }
121
set { SetValue(
TextAlignmentElement
.HorizontalTextAlignmentProperty, value); }
127
get { return (TextAlignment)GetValue(
TextAlignmentElement
.VerticalTextAlignmentProperty); }
128
set { SetValue(
TextAlignmentElement
.VerticalTextAlignmentProperty, value); }