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

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