Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Property LineDashStyle As DashStyle
	Get
	Set
C#
public DashStyle LineDashStyle { get; set; }
Visual C++
public:
property DashStyle LineDashStyle {
	DashStyle get ();
	void set (DashStyle value);
}
JavaScript
function get_lineDashStyle();
function set_lineDashStyle(value);

See Also