Gets or sets the left line of the border.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

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

See Also