CADability dotNET
Gets or sets the color of the lines of this hatch style

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

Syntax

C#
public ColorDef ColorDef { get; set; }
Visual Basic
Public Property ColorDef As ColorDef
	Get
	Set
Visual C++
public:
property ColorDef^ ColorDef {
	ColorDef^ get ();
	void set (ColorDef^ value);
}

See Also