4 references to Ellipse
Microsoft.Maui.Controls (4)
IndicatorView\IndicatorView.cs (1)
188 IShape IIndicatorView.IndicatorsShape => IndicatorsShape == IndicatorShape.Square ? new Shapes.Rectangle() : new Shapes.Ellipse();
RadioButton\RadioButton.cs (2)
478 var normalEllipse = new Ellipse 490 var checkMark = new Ellipse
Shapes\StrokeShapeTypeConverter.cs (1)
37 return new Ellipse();