Realbasic.Rect.Bottom
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Rect.Bottom as a replacement. |
Property (As Integer )
aRealbasic.Rect.Bottom = newIntegerValue
or
IntegerValue = aRealbasic.Rect.Bottom
Supported for all project types and targets.
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