Realbasic.Rect.Height

From Xojo Documentation

Property (As Integer )
aRealbasic.Rect.Height = newIntegerValue
or
IntegerValue = aRealbasic.Rect.Height

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