Gets or sets a value indicating whether the user is allowed to fold this container.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public bool Foldable { get; set; } |
Visual Basic
![]() |
---|
Public Property Foldable As Boolean |
true if the container can be folded; otherwise, false. Initialized with the value of ContainersFoldable.
A foldable container can be folded and unfolded by clicking the up/down arrow displayed in the caption bar. The appearance of that icon can be customized by setting Renderers.FoldIconRenderer.
WpfDiagram Programmer's Guide | © 2025 MindFusion |