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