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