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

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