4 references to FontFamilyProperty
Microsoft.Maui.Controls (4)
Label\Label.cs (2)
199 get { return (string)GetValue(FontFamilyProperty); } 200 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" });