ComponentOne OrgChart for UWP
C1.UWP.OrgChart Assembly / C1.Xaml.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 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