Determines whether the border has uniform lines. Returns true if all border lines are of the same style.

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

Syntax

C#
public bool AllLinesSameStyle { get; }
Visual Basic (Declaration)
Public ReadOnly Property AllLinesSameStyle As Boolean
Visual C++
public:
property bool AllLinesSameStyle {
	bool get ();
}

See Also