Gets or sets the collection of values that define the pattern of dashes and gaps used to paint the connecting lines.

Namespace:  C1.Silverlight.OrgChart
Assembly:  C1.Silverlight.OrgChart (in C1.Silverlight.OrgChart.dll)

Syntax

C#
public DoubleCollection ConnectorDashArray { get; set; }
Visual Basic
Public Property ConnectorDashArray As DoubleCollection
	Get
	Set

Remarks

The array specifies alternating lengths to stroke and leave blank. Values are expressed as multiples of the [!:ConnectorWidth] property.

See Also