2 references to FontFamilyProperty
Microsoft.Maui.Controls (2)
TimePicker\TimePicker.cs (2)
87
get { return (string)GetValue(
FontFamilyProperty
); }
88
set { SetValue(
FontFamilyProperty
, value); }