3 references to Rectangle
Microsoft.Maui.Controls (3)
Border\Border.cs (1)
49 BindableProperty.Create(nameof(StrokeShape), typeof(IShape), typeof(Border), new Rectangle(),
IndicatorView\IndicatorView.cs (1)
188 IShape IIndicatorView.IndicatorsShape => IndicatorsShape == IndicatorShape.Square ? new Shapes.Rectangle() : new Shapes.Ellipse();
Shapes\StrokeShapeTypeConverter.cs (1)
109 return new Rectangle();