OrgChart for WPF and Silverlight
C1.Silverlight.OrgChart Namespace / C1OrgChart Class / ConnectorDashCap Property

In This Topic
    ConnectorDashCap Property (C1OrgChart)
    In This Topic
    Gets or sets a System.Windows.Media.PenLineCap that specifies how to paint the ends of dashes in the connecting lines.
    Syntax
    'Declaration
     
    
    Public Property ConnectorDashCap As PenLineCap
    public PenLineCap ConnectorDashCap {get; set;}
    See Also