Gets or sets the minimum size of the container.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public Size MinimumSize { get; set; } |
Visual Basic
![]() |
---|
Public Property MinimumSize As Size |
A .NET 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.
WpfDiagram Programmer's Guide | © 2025 MindFusion |