Implemented interface members:
property
HorizontalTextAlignment
Microsoft.Maui.Controls.ITextAlignmentElement.HorizontalTextAlignment
property
HorizontalTextAlignment
Microsoft.Maui.ITextAlignment.HorizontalTextAlignment
3 writes to HorizontalTextAlignment
Microsoft.Maui.Controls (3)
BindableLayout\BindableLayout.cs (2)
234
var label = new Label {
HorizontalTextAlignment
= TextAlignment.Center };
489
return new Label { Text = emptyView?.ToString(),
HorizontalTextAlignment
= TextAlignment.Center };
Compatibility\Handlers\Shell\iOS\ShellSearchResultsRenderer.cs (1)
67
label.
HorizontalTextAlignment
= TextAlignment.Center;
3 references to HorizontalTextAlignment
Microsoft.Maui.Controls (2)
Label\Label.cs (1)
17
/// <summary>Bindable property for <see cref="
HorizontalTextAlignment
"/>.</summary>
Platform\iOS\Extensions\FormattedStringExtensions.cs (1)
28
label.
HorizontalTextAlignment
,
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\LabelRenderer.cs (1)
88
Control.HorizontalTextAlignment = Element.
HorizontalTextAlignment
.ToPlatform();