2 references to FontSizeProperty
Microsoft.Maui.Controls (2)
TimePicker\TimePicker.cs (2)
95
get { return (double)GetValue(
FontSizeProperty
); }
96
set { SetValue(
FontSizeProperty
, value); }