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

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