Implemented interface members:
property
HorizontalTextAlignment
Microsoft.Maui.Controls.ITextAlignmentElement.HorizontalTextAlignment
property
HorizontalTextAlignment
Microsoft.Maui.ITextAlignment.HorizontalTextAlignment
2 references to HorizontalTextAlignment
Microsoft.Maui.Controls (1)
Picker\Picker.cs (1)
61
/// <summary>Bindable property for <see cref="
HorizontalTextAlignment
"/>.</summary>
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\PickerRenderer.cs (1)
294
Control.TextAlignment = Element.
HorizontalTextAlignment
.ToPlatformTextAlignment(((IVisualElementController)Element).EffectiveFlowDirection);