Rect.Bottom
From Xojo Documentation
Property (As Double )
aRect.Bottom = newDoubleValue
or
DoubleValue = aRect.Bottom
New in 2019r2
Supported for all project types and targets.
or
DoubleValue = aRect.Bottom
New in 2019r2
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