Gets or sets the vertical placement of nodes created by drag-and-drop operations, relatively to mouse cursor.
Namespace: MindFusion.Diagramming
File: DiagramView.js
SyntaxJavaScript
Copy Code
|
|---|
get verticalDropAlignment() {} |
Alignment
A member of the Alignment enumeration. The default value is Near.
RemarksThis property lets you center the new node or align specified edge to the mouse pointer position when drag-and-drop ends.
See Also