Gets or sets the size of folded containers.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public Size FoldedContainerSize { get; set; } |
Visual Basic
![]() |
---|
Public Property FoldedContainerSize As Size |
A Size instance specifying the size of folded containers. The default value is Size.Empty.
If this property is not set, the width of folded containers is set to their MinimumSize and the height to their CaptionHeight.
WpfDiagram Programmer's Guide | © 2025 MindFusion |