1 implementation of IndicatorsShape
Microsoft.Maui.Controls (1)
IndicatorView\IndicatorView.cs (1)
188 IShape IIndicatorView.IndicatorsShape => IndicatorsShape == IndicatorShape.Square ? new Shapes.Rectangle() : new Shapes.Ellipse();
2 references to IndicatorsShape
Microsoft.Maui (2)
Extensions\IndicatorViewExtensions.cs (1)
32 var sH = indicatorView.IndicatorsShape;
Handlers\IndicatorView\IndicatorViewHandler.cs (1)
28 [nameof(IIndicatorView.IndicatorsShape)] = MapIndicatorShape