5 references to FontFamilyProperty
Microsoft.Maui.Controls (5)
Compatibility\iOS\ResourcesProvider.cs (1)
58
result.Setters.Add(new Setter { Property = Label.
FontFamilyProperty
, Value = font.Name });
Label\Label.cs (2)
196
get { return (string)GetValue(
FontFamilyProperty
); }
197
set { SetValue(
FontFamilyProperty
, value); }
Label\Label.Mapper.cs (1)
177
if (label.IsSet(Label.
FontFamilyProperty
))
Shell\BaseShellItem.cs (1)
502
defaultLabelClass.Setters.Add(new Setter { Property = Label.
FontFamilyProperty
, Value = "sans-serif-medium" });