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