iOSRectangle.CornerHeight
From Xojo Documentation
Property (As Double )
aiOSRectangle.CornerHeight = newDoubleValue
or
DoubleValue = aiOSRectangle.CornerHeight
Supported on Mobile (iOS).
or
DoubleValue = aiOSRectangle.CornerHeight
Supported on Mobile (iOS).
The height of the corner in points. Used to create rounded corners.
Sample Code
Round the corners:
Rectangle1.CornerHeight = 25
Rectangle1.CornerWidth = 25
Rectangle1.CornerWidth = 25