Implemented interface member:
property
ProgressColor
Microsoft.Maui.IProgress.ProgressColor
2 references to ProgressColor
Microsoft.Maui.Controls (2)
ProgressBar\ProgressBar.cs (2)
15 /// <summary>Bindable property for <see cref="ProgressColor"/>.</summary> 16 public static readonly BindableProperty ProgressColorProperty = BindableProperty.Create(nameof(ProgressColor), typeof(Color), typeof(ProgressBar), null);