CADability dotNET
Sets the cursor that will be displayed when a curve is hit

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public Cursor HitCursor { set; }
Visual Basic
Public WriteOnly Property HitCursor As Cursor
	Set
Visual C++
public:
property Cursor^ HitCursor {
	void set (Cursor^ value);
}

See Also