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