3 references to IndicatorColorProperty
Microsoft.Maui.Controls (3)
IndicatorView\IndicatorStackLayout.cs (1)
42 || e.PropertyName == IndicatorView.IndicatorColorProperty.PropertyName
IndicatorView\IndicatorView.cs (2)
108 get => (Color)GetValue(IndicatorColorProperty); 109 set => SetValue(IndicatorColorProperty, value);