CADability dotNET
Gets or Sets the Pen to use;

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

Syntax

C#
PenResource Pen { get; set; }
Visual Basic
Property Pen As PenResource
	Get
	Set
Visual C++
property PenResource^ Pen {
	PenResource^ get ();
	void set (PenResource^ value);
}

See Also