4 references to FontAttributesProperty
Microsoft.Maui.Controls (4)
Label\Label.cs (2)
182 get { return (FontAttributes)GetValue(FontAttributesProperty); } 183 set { SetValue(FontAttributesProperty, value); }
Label\Label.Mapper.cs (1)
174 if (label.IsSet(Label.FontAttributesProperty))
Shell\BaseShellItem.cs (1)
508 defaultLabelClass.Setters.Add(new Setter { Property = Label.FontAttributesProperty, Value = FontAttributes.Bold });