2 references to FontFamilyProperty
Microsoft.Maui.Controls (2)
Button\Button.cs (2)
300
get { return (string)GetValue(
FontFamilyProperty
); }
301
set { SetValue(
FontFamilyProperty
, value); }