3 references to ProgressColorProperty
Microsoft.Maui.Controls (3)
ProgressBar\ProgressBar.cs (2)
32
get { return (Color)GetValue(
ProgressColorProperty
); }
33
set { SetValue(
ProgressColorProperty
, value); }
Properties\AssemblyInfo.cs (1)
101
[assembly: StyleProperty("color", typeof(ProgressBar), nameof(ProgressBar.
ProgressColorProperty
))]