ComponentOne OrgChart for UWP
ConnectorDashArray Property

C1.UWP.OrgChart Assembly > C1.Xaml.OrgChart Namespace > C1OrgChart Class : ConnectorDashArray Property
Gets or sets the collection of values that define the pattern of dashes and gaps used to paint the connecting lines.
Syntax
'Declaration
 
Public Property ConnectorDashArray As Windows.UI.Xaml.Media.DoubleCollection
public Windows.UI.Xaml.Media.DoubleCollection ConnectorDashArray {get; set;}
Remarks
The array specifies alternating lengths to stroke and leave blank. Values are expressed as multiples of the ConnectorWidth property.
See Also

Reference

C1OrgChart Class
C1OrgChart Members