2 references to FontFamilyProperty
Microsoft.Maui.Controls (2)
FontImageSource.cs (2)
30
get => (string)GetValue(
FontFamilyProperty
);
31
set => SetValue(
FontFamilyProperty
, value);