Represents dash style of the pen.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Property DashStyle As DashStyle
C#
public DashStyle DashStyle { get; set; }
Visual C++
public:
property DashStyle DashStyle {
	DashStyle get ();
	void set (DashStyle value);
}
JavaScript
function get_dashStyle();
function set_dashStyle(value);

See Also