iOSRectangle.CornerWidth

From Xojo Documentation

Property (As Double )
aiOSRectangle.CornerWidth = newDoubleValue
or
DoubleValue = aiOSRectangle.CornerWidth

Supported on Mobile (iOS).

The width of the corner in points. Used to create rounded corners.

Sample Code

Round the corners:

Rectangle1.CornerHeight = 25
Rectangle1.CornerWidth = 25