2 references to FontAttributesProperty
Microsoft.Maui.Controls (2)
Button\Button.cs (2)
289 get { return (FontAttributes)GetValue(FontAttributesProperty); } 290 set { SetValue(FontAttributesProperty, value); }