MobileRectangle.CornerSize
From Xojo Documentation
Property (As Double )
aMobileRectangle.CornerSize = newDoubleValue
or
DoubleValue = aMobileRectangle.CornerSize
Supported on Mobile.
or
DoubleValue = aMobileRectangle.CornerSize
Supported on Mobile.
The size of the corner in points. Used to create rounded corners.
Sample Code
Round the corners:
Rectangle1.CornerSize = 25