Realbasic.Rect.Width
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Rect.Width as a replacement. |
Property (As Integer )
aRealbasic.Rect.Width = newIntegerValue
or
IntegerValue = aRealbasic.Rect.Width
Supported for all project types and targets.
or
IntegerValue = aRealbasic.Rect.Width
Supported for all project types and targets.
The width of the rect.
Sample Code
This example increases the width by 50 pixels:
myRect.Width = myWidth.Width + 50