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