Search
Diagram.AllowMultipleResize Property
See Also
 





Gets or sets whether multiple selected nodes can be resized simultaneously.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AllowMultipleResize { get; set; }

Visual Basic  Copy Code

Public Property AllowMultipleResize As Boolean

 Property Value

true to let the user resize multiple selected nodes; otherwise, false. The default value is false.

 See Also