Implemented interface member:
property
ProgressColor
Microsoft.Maui.IProgress.ProgressColor
4 references to ProgressColor
Microsoft.Maui.Controls (2)
ProgressBar\ProgressBar.cs (2)
13 /// <summary>Bindable property for <see cref="ProgressColor"/>.</summary> 14 public static readonly BindableProperty ProgressColorProperty = BindableProperty.Create(nameof(ProgressColor), typeof(Color), typeof(ProgressBar), null);
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ProgressBarRenderer.cs (2)
65 Control.ProgressTintColor = Element.ProgressColor == null ? null : Element.ProgressColor.ToPlatform();