window class : Height(real) setter
Description
Sets the height of the window.
Syntax
instance.Height = value;
Assigned value
Class | Description |
real | The height of the window. |
Return value
None.
Sample code
1: | window w = new window(); |
2: | w.Height = 800; |
Notes
Please specify in device-independent pixel (DIP).
Links for reference
None.