MindFusion.Wpf Pack Programmer's Guide
Diagram.MinimumNodeSize Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace