Gets or sets a value indicating whether the container should shrink in size when nodes are removed from it.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool AutoShrink { get; set; } |
Visual Basic Copy Code |
---|
Public Property AutoShrink As Boolean |
true if the container should shrink automatically; otherwise, false. The default is false.
The container won't shrink to a size smaller than MinimumSize.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |