2 references to FontFamilyProperty
Microsoft.Maui.Controls (2)
DatePicker\DatePicker.cs (2)
112
get { return (string)GetValue(
FontFamilyProperty
); }
113
set { SetValue(
FontFamilyProperty
, value); }