Search
ContainerNode.AutoShrink Property
See Also
 





Gets or sets a value indicating whether the container should shrink in size when nodes are removed from it.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AutoShrink { get; set; }

Visual Basic  Copy Code

Public Property AutoShrink As Boolean

 Property Value

true if the container should shrink automatically; otherwise, false. The default is false.

 Remarks

The container won't shrink to a size smaller than MinimumSize.

 See Also