7 implementations of VerticalTextAlignment
Microsoft.Maui.Controls (7)
Cells\EntryCell.cs (1)
40 public TextAlignment VerticalTextAlignment
Editor\Editor.cs (1)
75 public TextAlignment VerticalTextAlignment
Entry\Entry.cs (1)
110 public TextAlignment VerticalTextAlignment
Label\Label.cs (1)
173 public TextAlignment VerticalTextAlignment
Picker\Picker.cs (1)
195 public TextAlignment VerticalTextAlignment
SearchBar\SearchBar.cs (1)
87 public TextAlignment VerticalTextAlignment
Shell\SearchHandler.cs (1)
125 public TextAlignment VerticalTextAlignment
2 references to VerticalTextAlignment
Microsoft.Maui.Controls (2)
TextAlignmentElement.cs (2)
11 /// <summary>Bindable property for <see cref="ITextAlignmentElement.VerticalTextAlignment"/>.</summary> 13 BindableProperty.Create(nameof(ITextAlignmentElement.VerticalTextAlignment), typeof(TextAlignment), typeof(ITextAlignmentElement), TextAlignment.Center);