TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / Styles Property

In This Topic
    Styles Property (C1TreeView)
    In This Topic
    Gets or sets the style of TreeView.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <C1CategoryAttribute("Appearance")>
    <C1DescriptionAttribute("C1TreeView.Styles", "Gets or sets the style of TreeView.")>
    Public ReadOnly Property Styles As TreeViewStyles
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [C1Category("Appearance")]
    [C1Description("C1TreeView.Styles", "Gets or sets the style of TreeView.")]
    public TreeViewStyles Styles {get;}
    See Also