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
C# 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.
This property lets you center the new node or align specified edge to the mouse pointer position when drag-and-drop ends.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |