Gets or sets a value indicating whether this container is folded.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool Folded { get; set; } |
Visual Basic Copy Code |
---|
Public Property Folded As Boolean |
true if the container is folded; otherwise, false. The default is false.
When folded, the container children are not visible, and only its caption bar is displayed.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |