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)
iOS\Cells\EntryCellRenderer.cs (1)
100
cell.TextField.TextAlignment = entryCell.
HorizontalTextAlignment
.ToPlatformTextAlignment(viewController?.EffectiveFlowDirection ?? default(EffectiveFlowDirection));