6 references to FontSizeProperty
Microsoft.Maui.Controls (6)
Compatibility\iOS\ResourcesProvider.cs (1)
56
result.Setters.Add(new Setter { Property = Label.
FontSizeProperty
, Value = (double)font.PointSize });
Label\Label.cs (2)
204
get { return (double)GetValue(
FontSizeProperty
); }
205
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 });