2 references to FontFamilyProperty
Microsoft.Maui.Controls (2)
RadioButton\RadioButton.cs (2)
168
get { return (string)GetValue(
FontFamilyProperty
); }
169
set { SetValue(
FontFamilyProperty
, value); }