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