Implemented interface members:
property
HorizontalTextAlignment
Microsoft.Maui.Controls.ITextAlignmentElement.HorizontalTextAlignment
property
HorizontalTextAlignment
Microsoft.Maui.ITextAlignment.HorizontalTextAlignment
2 writes to HorizontalTextAlignment
Microsoft.Maui.Controls (2)
BindableLayout\BindableLayout.cs (2)
235
var label = new Label {
HorizontalTextAlignment
= TextAlignment.Center };
499
return new Label { Text = emptyView?.ToString(),
HorizontalTextAlignment
= TextAlignment.Center };
1 reference to HorizontalTextAlignment
Microsoft.Maui.Controls (1)
Label\Label.cs (1)
20
/// <summary>Bindable property for <see cref="
HorizontalTextAlignment
"/>.</summary>