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