2 references to ProgressProperty
Microsoft.Maui.Controls (2)
ProgressBar\ProgressBar.cs (2)
39
get { return (double)GetValue(
ProgressProperty
); }
40
set { SetValue(
ProgressProperty
, value); }