Gets or sets the placement of nodes created by drag-and-drop operations, relatively to mouse cursor.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public ContentAlignment DropAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DropAlignment As ContentAlignment |
A member of the System.Drawing.ContentAlignment enumeration. The default value is TopLeft.
RemarksThis property lets you center the new node or align specified edge to the mouse pointer position when drag-and-drop ends.
See Also