2 references to PaddingProperty
Microsoft.Maui.Controls (2)
Label\Label.cs (2)
231 get { return (Thickness)GetValue(PaddingProperty); } 232 set { SetValue(PaddingProperty, value); }