2 references to FontSizeProperty
Microsoft.Maui.Controls (2)
RadioButton\RadioButton.cs (2)
176
get { return (double)GetValue(
FontSizeProperty
); }
177
set { SetValue(
FontSizeProperty
, value); }