Allows to set a uniform line style for all sides at once.

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

Syntax

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

See Also