Search
Diagram.ContainerMinimumSize Property
See Also
 





Gets or sets the default value for the MinimumSize property of containers.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public SizeF ContainerMinimumSize { get; set; }

Visual Basic  Copy Code

Public Property ContainerMinimumSize As SizeF

 Property Value

A SizeF value specifying the initial minimum size of containers. The default is 50x40.

 See Also