Creates a border with a uniform style of line on all sides.

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

Syntax

C#
public Border(
	BorderLine line
)
Visual Basic (Declaration)
Public Sub New ( _
	line As BorderLine _
)
Visual C++
public:
Border(
	BorderLine line
)

See Also