OrgChart for WPF and Silverlight | ComponentOne
C1.WPF.OrgChart Namespace / C1OrgChart Class / ConnectorDashArray Property

In This Topic
    ConnectorDashArray Property
    In This Topic
    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 DoubleCollection
    public 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