GuiHost..::..MousePosition Property

Gets the mouse position.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public static Point MousePosition { get; set; }
Public Shared Property MousePosition As Point
	Get
	Set
public:
static property Point^ MousePosition {
	Point^ get ();
	void set (Point^ value);
}

Field Value

The mouse position.