4 references to IndicatorColor
Microsoft.Maui.Controls (4)
IndicatorView\IndicatorStackLayout.cs (1)
120
: GetColorOrDefault(_indicatorView.
IndicatorColor
, Colors.Silver);
IndicatorView\IndicatorView.cs (3)
38
/// <summary>Bindable property for <see cref="
IndicatorColor
"/>.</summary>
39
public static readonly BindableProperty IndicatorColorProperty = BindableProperty.Create(nameof(
IndicatorColor
), typeof(Color), typeof(IndicatorView), Colors.LightGrey);
186
Paint IIndicatorView.IndicatorColor =>
IndicatorColor
?.AsPaint();