RoundRectangle.CornerHeight

From Xojo Documentation

Property (As Double )
aRoundRectangle.CornerHeight = newDoubleValue
or
DoubleValue = aRoundRectangle.CornerHeight

New in 2019r2

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.CornerHeight = 25
Mee.CornerWidth = 25