3 references to Square
Microsoft.Maui.Controls (1)
IndicatorView\IndicatorView.cs (1)
188
IShape IIndicatorView.IndicatorsShape => IndicatorsShape == IndicatorShape.
Square
? new Shapes.Rectangle() : new Shapes.Ellipse();
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\IndicatorViewRenderer.cs (2)
110
IsSquare = Element.IndicatorsShape == IndicatorShape.
Square
,
148
UIPager.IsSquare = Element.IndicatorsShape == IndicatorShape.
Square
;