2 references to FormatProperty
Microsoft.Maui.Controls (2)
TimePicker\TimePicker.cs (2)
54
get { return (string)GetValue(
FormatProperty
); }
55
set { SetValue(
FormatProperty
, value); }