CADability dotNET
Gets or sets the line width 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 LineWidth LineWidth { get; set; }
Visual Basic
Public Property LineWidth As LineWidth
	Get
	Set
Visual C++
public:
property LineWidth^ LineWidth {
	LineWidth^ get ();
	void set (LineWidth^ value);
}

See Also