Search
ContainerNode.MinimumSize Property
See Also
 





Gets or sets the minimum size of the container.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public SizeF MinimumSize { get; set; }

Visual Basic  Copy Code

Public Property MinimumSize As SizeF

 Property Value

A .NET SizeF 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