Gets or sets the LineStyle of this stroke.

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

Syntax

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

See Also