Implemented interface members:
property
VerticalTextAlignment
Microsoft.Maui.Controls.ITextAlignmentElement.VerticalTextAlignment
property
VerticalTextAlignment
Microsoft.Maui.ITextAlignment.VerticalTextAlignment
2 references to VerticalTextAlignment
Microsoft.Maui.Controls (2)
Label\Label.cs (2)
23
/// <summary>Bindable property for <see cref="
VerticalTextAlignment
"/>.</summary>
24
public static readonly BindableProperty VerticalTextAlignmentProperty = BindableProperty.Create(nameof(
VerticalTextAlignment
), typeof(TextAlignment), typeof(Label), TextAlignment.Start);