3 references to IndicatorsShapeProperty
Microsoft.Maui.Controls (3)
IndicatorView\IndicatorStackLayout.cs (1)
34
if (e.PropertyName == IndicatorView.
IndicatorsShapeProperty
.PropertyName
IndicatorView\IndicatorView.cs (2)
59
get { return (IndicatorShape)GetValue(
IndicatorsShapeProperty
); }
60
set { SetValue(
IndicatorsShapeProperty
, value); }