Gets or sets the DashStyle used by plots for the pen's stroke.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public DoubleCollection StrokeDashes { get; set; }
Visual Basic
Public Property StrokeDashes As DoubleCollection
	Get
	Set
JScript
function get StrokeDashes () : DoubleCollection
function set StrokeDashes (value : DoubleCollection)

See Also