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