Click or drag to resize

WindowLocation Property

Gets or sets the location of the window

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Point Location { get; set; }

Property Value

Type: Point
Remarks
Note that in multi-monitor setups, the origin of the location is at the upper-left of PrimaryScreen
See Also