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

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