2 references to FontAttributesProperty
Microsoft.Maui.Controls (2)
Picker\Picker.cs (2)
79
get { return (FontAttributes)GetValue(
FontAttributesProperty
); }
80
set { SetValue(
FontAttributesProperty
, value); }