Set true if the vectors of all entities shall be drawn.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public bool DrawVectors { get; set; }
Visual Basic (Declaration)
Public Property DrawVectors As Boolean
Visual C++
public:
property bool DrawVectors {
	bool get ();
	void set (bool value);
}

Field Value

True, if the vectors of all entities shall be drawn, false otherwise.

Remarks

Default value is false.

See Also