6 implementations of HorizontalTextAlignment
Microsoft.Maui.Controls (6)
Cells\EntryCell.cs (1)
33
public TextAlignment
HorizontalTextAlignment
Editor\Editor.cs (1)
69
public TextAlignment
HorizontalTextAlignment
Entry\Entry.cs (1)
101
public TextAlignment
HorizontalTextAlignment
Label\Label.cs (1)
138
public TextAlignment
HorizontalTextAlignment
Picker\Picker.cs (1)
188
public TextAlignment
HorizontalTextAlignment
SearchBar\SearchBar.cs (1)
80
public TextAlignment
HorizontalTextAlignment
5 references to HorizontalTextAlignment
Microsoft.Maui (5)
Handlers\Editor\EditorHandler.cs (1)
31
[nameof(IEditor.
HorizontalTextAlignment
)] = MapHorizontalTextAlignment,
Handlers\Entry\EntryHandler.cs (1)
27
[nameof(IEntry.
HorizontalTextAlignment
)] = MapHorizontalTextAlignment,
Handlers\Label\LabelHandler.cs (1)
33
[nameof(ITextAlignment.
HorizontalTextAlignment
)] = MapHorizontalTextAlignment,
Handlers\Picker\PickerHandler.cs (1)
28
[nameof(ITextAlignment.
HorizontalTextAlignment
)] = MapHorizontalTextAlignment,
Handlers\SearchBar\SearchBarHandler.cs (1)
26
[nameof(ITextAlignment.
HorizontalTextAlignment
)] = MapHorizontalTextAlignment,