Gets or sets the size of the container when folded.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public SizeF FoldedSize { get; set; } |
Visual Basic Copy Code |
---|
Public Property FoldedSize As SizeF |
A SizeF instance specifying the folded size of a container. The default is SizeF.Empty.
If this property is not set, the width of the folded container is set to its MinimumSize.Width, and the height to CaptionHeight.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |