CADability dotNET
Gets or sets the line pattern for the lines of this hatch style

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

Syntax

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

See Also