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