Gets or sets the minimum size of the container.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Size MinimumSize { get; set; } |
Visual Basic Copy Code |
---|
Public Property MinimumSize As Size |
A Size object specifying the minimum size. Initialized with the value of ContainerMinimumSize.
The container won't shrink smaller than that size, even if it does not contain any items.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |