[]
Gets or sets the position of the main window on the screen.
public Point WindowPosition { get; set; }
Type | Description |
---|---|
Point | A Point representing the X and Y coordinates of the window's top-left corner. |
The default position is set to coordinates (30, 30).