Gets or sets a value indicating whether this container is folded.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksWhen folded, the container children are not visible, and only its caption bar is displayed.
See Also