Gets and sets the line style for the shape's border.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

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

See Also