Implemented interface members:
property
HorizontalTextAlignment
Microsoft.Maui.Controls.ITextAlignmentElement.HorizontalTextAlignment
property
HorizontalTextAlignment
Microsoft.Maui.ITextAlignment.HorizontalTextAlignment
2 references to HorizontalTextAlignment
Microsoft.Maui.Controls (1)
Cells\EntryCell.cs (1)
26 /// <summary>Bindable property for <see cref="HorizontalTextAlignment"/>.</summary>
Microsoft.Maui.Controls.Compatibility (1)
Android\Cells\EntryCellRenderer.cs (1)
107 _view.EditText.UpdateHorizontalAlignment(entryCell.HorizontalTextAlignment);