2 references to HorizontalTextAlignmentProperty
Microsoft.Maui.Controls (2)
Editor\Editor.cs (2)
71 get { return (TextAlignment)GetValue(HorizontalTextAlignmentProperty); } 72 set { SetValue(HorizontalTextAlignmentProperty, value); }