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