Search
DiagramView.verticalDropAlignment Property
See Also
 





Gets or sets the vertical placement of nodes created by drag-and-drop operations, relatively to mouse cursor.

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

get verticalDropAlignment() {}
set verticalDropAlignment(value) {}

 Property Value

Alignment

A member of the Alignment enumeration. The default value is Near.

 Remarks

This property lets you center the new node or align specified edge to the mouse pointer position when drag-and-drop ends.

 See Also