Gets or sets the minimum node size that the user is allowed to set.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Size MinimumNodeSize { get; set; } |
Visual Basic Copy Code |
---|
Public Property MinimumNodeSize As Size |
A Size instance specifying the minimum size allowed for nodes.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |