2 references to FontAttributesProperty
Microsoft.Maui.Controls (2)
RadioButton\RadioButton.cs (2)
164 get { return (FontAttributes)GetValue(FontAttributesProperty); } 165 set { SetValue(FontAttributesProperty, value); }