4 references to RoundRectangle
Microsoft.Maui.Controls (4)
IndicatorView\IndicatorStackLayout.cs (1)
144
StrokeShape = new
RoundRectangle
()
RadioButton\RadioButton.cs (1)
695
return new
RoundRectangle
Shapes\StrokeShapeTypeConverter.cs (2)
124
return new
RoundRectangle
{ CornerRadius = cornerRadius };
130
return new
RoundRectangle
{ CornerRadius = new CornerRadius(radius) };