Search
ContainerNode.UnfoldedSize Property
See Also
 





Returns the original size of a folded container.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Size UnfoldedSize { get; set; }

Visual Basic  Copy Code

Public Property UnfoldedSize As Size

 Property Value

A Size instance containing the original size of the container.

 See Also