Gets or sets a value indicating whether the container should shrink in size when nodes are removed from it.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |