Implemented interface member:
property
ThumbColor
Microsoft.Maui.ISlider.ThumbColor
4 references to ThumbColor
Microsoft.Maui.Controls (2)
Slider\Slider.cs (2)
46
/// <summary>Bindable property for <see cref="
ThumbColor
"/>.</summary>
47
public static readonly BindableProperty ThumbColorProperty = BindableProperty.Create(nameof(
ThumbColor
), typeof(Color), typeof(Slider), null);
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\SliderRenderer.cs (2)
139
if (Element.
ThumbColor
== null)
142
Control.ThumbTintColor = Element.
ThumbColor
.ToPlatform();