Implemented interface member:
property
MaximumTrackColor
Microsoft.Maui.ISlider.MaximumTrackColor
4 references to MaximumTrackColor
Microsoft.Maui.Controls (2)
Slider\Slider.cs (2)
43 /// <summary>Bindable property for <see cref="MaximumTrackColor"/>.</summary> 44 public static readonly BindableProperty MaximumTrackColorProperty = BindableProperty.Create(nameof(MaximumTrackColor), typeof(Color), typeof(Slider), null);
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\SliderRenderer.cs (2)
127 if (Element.MaximumTrackColor == null) 130 Control.MaximumTrackTintColor = Element.MaximumTrackColor.ToPlatform();