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