Rect.Height

From Xojo Documentation

Property (As Double )
aRect.Height = newDoubleValue
or
DoubleValue = aRect.Height

New in 2019r2

Supported for all project types and targets.

The height of the Rect.

Sample Code

This example increases the height of rectone by 50 pixels.

myRect.Height = myRect.Height + 50