Gets or sets the upper line of the border.

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

Syntax

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

See Also