3 references to SelectedIndicatorColorProperty
Microsoft.Maui.Controls (3)
IndicatorView\IndicatorStackLayout.cs (1)
43
|| e.PropertyName == IndicatorView.
SelectedIndicatorColorProperty
.PropertyName
IndicatorView\IndicatorView.cs (2)
118
get => (Color)GetValue(
SelectedIndicatorColorProperty
);
119
set => SetValue(
SelectedIndicatorColorProperty
, value);