MindFusion.Wpf Pack Programmer's Guide
Diagram.FoldedContainerSize Property
See Also
 





Gets or sets the size of folded containers.

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

 Syntax

C#  Copy Code

public Size FoldedContainerSize { get; set; }

Visual Basic  Copy Code

Public Property FoldedContainerSize As Size

 Property Value

A Size instance specifying the size of folded containers. The default value is Size.Empty.

 Remarks

If this property is not set, the width of folded containers is set to their MinimumSize and the height to their CaptionHeight.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
ContainerNode.Folded Property