Search
Diagram.MinimumNodeSize Property
See Also
 





Gets or sets the minimum node size that the user is allowed to set.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Size MinimumNodeSize { get; set; }

Visual Basic  Copy Code

Public Property MinimumNodeSize As Size

 Property Value

A Size instance specifying the minimum size allowed for nodes.

 Remarks

If the user releases the mouse button while creating or modifying a node and the node size is smaller than this value, the operation is cancelled.

 See Also