DiagramLite Programmer's Guide
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.Silverlight

 Syntax

C#  Copy Code

public Visibility ExpandedIconVisibility { get; }

Visual Basic  Copy Code

Public ReadOnly Property ExpandedIconVisibility As Visibility

 Property Value

A member of the System.Windows.Visibility enumeration.

 Remarks

This property is exposed for use from custom TreeViewItem templates.

 See Also

TreeViewItem Members
TreeViewItem Class
MindFusion.Diagramming Namespace