In This Topic
Gets or sets the position of the main window on the screen.
Syntax
'Declaration
Public Property WindowPosition As Point
public Point WindowPosition {get; set;}
Property Value
A
System.Drawing.Point representing the X and Y coordinates of the window's top-left corner.
See Also