4 references to VerticalTextAlignmentProperty
Microsoft.Maui.Controls (3)
Label\Label.cs (2)
175 get { return (TextAlignment)GetValue(VerticalTextAlignmentProperty); } 176 set { SetValue(VerticalTextAlignmentProperty, value); }
Shell\BaseShellItem.cs (1)
368 new Setter { Property = Label.VerticalTextAlignmentProperty, Value = TextAlignment.Center }
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\LabelRenderer.cs (1)
19 RegisterPropertyHandler(Label.VerticalTextAlignmentProperty, UpdateVerticalTextAlignment);