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