MindFusion.Wpf Pack Programmer's Guide
DiagramNode.SetExpandable Method
See Also
 





Internally sets the expandable state of this object to the specified value, adding or removing an Expander manipulator object if necessary.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

protected void SetExpandable (
    bool exp
)

Visual Basic  Copy Code

Protected Sub SetExpandable( _
    exp As Boolean _
)

 Parameters

exp
true if a collapse/expand button should be added to this node; otherwise, false.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace