Click or drag to resize

WindowIHandlerLocation Property

Gets or sets the location of the window

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

Property Value

Type: Point

Implements

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