Cursor..::..HotSpot Property

Gets or sets the hot spot.

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

Syntax


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

Field Value

The hot spot.