Returns the original size of a folded container.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Size UnfoldedSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property UnfoldedSize As Size |
A Size instance containing the original size of the container.
See Also