Search
DiagramView.setHorizontalDropAlignment Method
See Also
 

Sets the horizontal 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 setHorizontalDropAlignment (
    HorizontalAlignment value
)

 Parameters

value

A member of the HorizontalAlignment 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