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