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