MindFusion.Wpf Pack Programmer's Guide
ContainerNode.MinimumSize Property
See Also
 





Gets or sets the minimum size of the container.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Size MinimumSize { get; set; }

Visual Basic  Copy Code

Public Property MinimumSize As Size

 Property Value

A .NET Size object specifying the minimum size. Initialized with the value of ContainerMinimumSize.

 Remarks

The container won't shrink smaller than that size, even if it does not contain any items.

 See Also

ContainerNode Members
ContainerNode Class
MindFusion.Diagramming.Wpf Namespace
AutoShrink Property