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

In This Topic
    ConnectorStroke Property
    In This Topic
    Gets or sets the brush used to paint the connecting lines.
    Syntax
    'Declaration
     
    Public Property ConnectorStroke As Windows.UI.Xaml.Media.Brush
    public Windows.UI.Xaml.Media.Brush ConnectorStroke {get; set;}
    See Also