Search
DiagramView.DropAlignment Property
See Also
 





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

 Syntax

C#  Copy Code

public ContentAlignment DropAlignment { get; set; }

Visual Basic  Copy Code

Public Property DropAlignment As ContentAlignment

 Property Value

A member of the System.Drawing.ContentAlignment enumeration. The default value is TopLeft.

 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