Realbasic.Size.Height
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Size.Height as a replacement. |
Property (As Integer )
aRealbasic.Size.Height = newIntegerValue
or
IntegerValue = aRealbasic.Size.Height
New in 2011r2
Supported for all project types and targets.
or
IntegerValue = aRealbasic.Size.Height
New in 2011r2
Supported for all project types and targets.
The height of the object, in pixels.
Sample Code
This example increases the height and width of the Size object.