MindFusion.Wpf Pack Programmer's Guide
ContainerNode.FoldedSize Property
See Also
 





Gets or sets the size of the container when folded.

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

 Syntax

C#  Copy Code

public Size FoldedSize { get; set; }

Visual Basic  Copy Code

Public Property FoldedSize As Size

 Property Value

A Size instance specifying the folded size of a container. The default is Size.Empty.

 Remarks

If this property is not set, the width of the folded container is set to its MinimumSize.Width, and the height to CaptionHeight.

 See Also

ContainerNode Members
ContainerNode Class
MindFusion.Diagramming.Wpf Namespace