5 references to FontSizeProperty
Microsoft.Maui.Controls (5)
Label\Label.cs (2)
207
get { return (double)GetValue(
FontSizeProperty
); }
208
set { SetValue(
FontSizeProperty
, value); }
Label\Label.Mapper.cs (1)
180
if (label.IsSet(Label.
FontSizeProperty
))
Shell\BaseShellItem.cs (2)
500
defaultLabelClass.Setters.Add(new Setter { Property = Label.
FontSizeProperty
, Value = 14 });
507
defaultLabelClass.Setters.Add(new Setter { Property = Label.
FontSizeProperty
, Value = 14 });