2 references to FontSizeProperty
Microsoft.Maui.Controls (2)
DatePicker\DatePicker.cs (2)
120
get { return (double)GetValue(
FontSizeProperty
); }
121
set { SetValue(
FontSizeProperty
, value); }