1 write to RadiusY
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\RectangleRenderer.cs (1)
113
RadiusY
= new nfloat(radiusY);
1 reference to RadiusY
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\RectangleRenderer.cs (1)
95
path.AddRoundedRect(new CGRect(0, 0, 1, 1), RadiusX,
RadiusY
);