Search
DiagramView.getVerticalDropAlignment Method
See Also
 

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

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public VerticalAlignment getVerticalDropAlignment ()

 Return Value

A member of the VerticalAlignment enumeration.

 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