Realbasic.Rect.Bottom

From Xojo Documentation

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

Supported for all project types and targets.

The bottom edge of the rect on the Y axis. Changing this value will resize the rect.

Sample Code

This example enlarges the rect by 50 pixels:

myRect.Bottom = myRect.Bottom + 50