MindFusion.Wpf Pack Programmer's Guide
ContainerNode.Folded Property
See Also
 





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

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

 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

ContainerNode Members
ContainerNode Class
MindFusion.Diagramming.Wpf Namespace
Foldable Property
Diagram.FoldedContainerSize Property