Search
DiagramItem.SetExpanded Method
See Also
 





Sets whether the item is in expanded or collapsed state.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void SetExpanded (
    bool e
)

Visual Basic  Copy Code

Protected Overridable Sub SetExpanded( _
    e As Boolean _
)

 Parameters

e
Specifies the new state of the item.

 See Also