window class : Top(real) setter
Description
Sets the position of the window's top edge on the desktop screen.
Syntax
instance.Top = value;
Assigned value
Class | Description |
real | The position of the window's top edge |
Return value
None.
Sample code
1: | window w = new window(); |
2: | w.Top = 0.0; |
Notes
Please specify in device-independent pixel (DIP).
Links for reference
None.