RoundRectangle.OvalWidth
From Xojo Documentation
This item was deprecated in version 2019r2. Please use RoundRectangle.CornerWidth as a replacement. |
Property (As Integer )
aRoundRectangle.OvalWidth = newIntegerValue
or
IntegerValue = aRoundRectangle.OvalWidth
Supported for all project types and targets.
or
IntegerValue = aRoundRectangle.OvalWidth
Supported for all project types and targets.
The width of the rounded corners in pixels.
Sample Code
This code in the Open event produces rounded corners: