Gets or sets the size of folded containers.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C#
![]() |
---|
public SizeF FoldedContainerSize { get; set; } |
Visual Basic
![]() |
---|
Public Property FoldedContainerSize As SizeF |
A SizeF instance specifying the size of folded containers. The default value is SizeF.Empty.
If this property is not set, the width of folded containers is set to their MinimumSize and the height to their CaptionHeight.
NetDiagram Programmer's Guide | © 2023 MindFusion |