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