Implemented interface member:
property
MinimumTrackColor
Microsoft.Maui.ISlider.MinimumTrackColor
4 references to MinimumTrackColor
Microsoft.Maui.Controls (2)
Slider\Slider.cs (2)
40
/// <summary>Bindable property for <see cref="
MinimumTrackColor
"/>.</summary>
41
public static readonly BindableProperty MinimumTrackColorProperty = BindableProperty.Create(nameof(
MinimumTrackColor
), typeof(Color), typeof(Slider), null);
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\SliderRenderer.cs (2)
115
if (Element.
MinimumTrackColor
== null)
118
Control.MinimumTrackTintColor = Element.
MinimumTrackColor
.ToPlatform();