RectControl.Height
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As Int16 )
aRectControl.Height = newInt16Value
or
Int16Value = aRectControl.Height
Supported for all project types and targets.
or
Int16Value = aRectControl.Height
Supported for all project types and targets.
The height (in points) of the control.
Sample Code
This example sets the height of the control to 100:
Me.Height = 100