6 implementations of VerticalTextAlignment
Microsoft.Maui.Controls (6)
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)
176
public TextAlignment
VerticalTextAlignment
Picker\Picker.cs (1)
198
public TextAlignment
VerticalTextAlignment
SearchBar\SearchBar.cs (1)
90
public TextAlignment
VerticalTextAlignment
5 references to VerticalTextAlignment
Microsoft.Maui (5)
Handlers\Editor\EditorHandler.cs (1)
32
[nameof(IEditor.
VerticalTextAlignment
)] = MapVerticalTextAlignment,
Handlers\Entry\EntryHandler.cs (1)
28
[nameof(IEntry.
VerticalTextAlignment
)] = MapVerticalTextAlignment,
Handlers\Label\LabelHandler.cs (1)
34
[nameof(ITextAlignment.
VerticalTextAlignment
)] = MapVerticalTextAlignment,
Handlers\Picker\PickerHandler.cs (1)
29
[nameof(ITextAlignment.
VerticalTextAlignment
)] = MapVerticalTextAlignment,
Handlers\SearchBar\SearchBarHandler.cs (1)
27
[nameof(ITextAlignment.
VerticalTextAlignment
)] = MapVerticalTextAlignment,