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