TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / TreeViewStyles Class / LinesStyle Property

In This Topic
    LinesStyle Property (TreeViewStyles)
    In This Topic
    Gets or sets the style of dashed lines.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
    <C1DescriptionAttribute("TreeViewStyles.LinesStyle", "Gets or sets the style of dashed lines.")>
    Public Property LinesStyle As DashStyle
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
    [C1Description("TreeViewStyles.LinesStyle", "Gets or sets the style of dashed lines.")]
    public DashStyle LinesStyle {get; set;}
    See Also