ComponentOne OrgChart for UWP
C1.UWP.OrgChart Assembly / C1.Xaml.OrgChart Namespace / C1OrgChart Class / ConnectorStartLineCap Property

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