MindFusion.Java Package Programmer's Guide
DiagramView.setVerticalDropAlignment Method
See Also
 






Sets 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 void setVerticalDropAlignment (
    VerticalAlignment value
)

 Parameters

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

DiagramView Members
DiagramView Class
com.mindfusion.diagramming Namespace