TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / C1TreeView Class / ExpandedIconStyle Property

In This Topic
    ExpandedIconStyle Property
    In This Topic
    Gets or sets the style applied to the expanded/collapsed icon.
    Syntax
    'Declaration
     
    
    Public Property ExpandedIconStyle As Style
    public Style ExpandedIconStyle {get; set;}
    See Also