3 references to VerticalTextAlignmentProperty
Microsoft.Maui.Controls (3)
Label\Label.cs (2)
178
get { return (TextAlignment)GetValue(
VerticalTextAlignmentProperty
); }
179
set { SetValue(
VerticalTextAlignmentProperty
, value); }
Shell\BaseShellItem.cs (1)
368
new Setter { Property = Label.
VerticalTextAlignmentProperty
, Value = TextAlignment.Center }