Search
ContainerNode.Folded Property
See Also
 





Gets or sets a value indicating whether this container is folded.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Folded { get; set; }

Visual Basic  Copy Code

Public Property Folded As Boolean

 Property Value

true if the container is folded; otherwise, false. The default is false.

 Remarks

When folded, the container children are not visible, and only its caption bar is displayed.

 See Also