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

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