Search
TreeViewItem.ExpandedIconVisibility Property
See Also
 






Gets a value indicating whether the expand / collapse button should be rendered in expanded state.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Visibility ExpandedIconVisibility { get; }

Visual Basic  Copy Code

Public ReadOnly Property ExpandedIconVisibility As Visibility

 Property Value

A member of the Visibility enumeration.

 See Also