2 references to VerticalTextAlignmentProperty
Microsoft.Maui.Controls (2)
Editor\Editor.cs (2)
77 get { return (TextAlignment)GetValue(VerticalTextAlignmentProperty); } 78 set { SetValue(VerticalTextAlignmentProperty, value); }