RoundRectangle.OvalHeight

From Xojo Documentation

Property (As Integer )
aRoundRectangle.OvalHeight = newIntegerValue
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