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