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

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

Syntax

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

See Also