Specifies if the line is dashed

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsDashed { get; private set; }
Visual Basic
Public Property IsDashed As Boolean
	Get
	Private Set
JScript
function get IsDashed () : boolean
private function set IsDashed (value : boolean)

See Also