4 references to SelectedIndicatorColor
Microsoft.Maui.Controls (4)
IndicatorView\IndicatorStackLayout.cs (1)
119 ? GetColorOrDefault(_indicatorView.SelectedIndicatorColor, Colors.Gray)
IndicatorView\IndicatorView.cs (3)
41 /// <summary>Bindable property for <see cref="SelectedIndicatorColor"/>.</summary> 42 public static readonly BindableProperty SelectedIndicatorColorProperty = BindableProperty.Create(nameof(SelectedIndicatorColor), typeof(Color), typeof(IndicatorView), Colors.Black); 187 Paint IIndicatorView.SelectedIndicatorColor => SelectedIndicatorColor?.AsPaint();