MindFusion.Wpf Pack Programmer's Guide
DiagramView.HorizontalDropAlignment Property
See Also
 





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

 Syntax

C#  Copy Code

public HorizontalAlignment HorizontalDropAlignment { get; set; }

Visual Basic  Copy Code

Public Property HorizontalDropAlignment As HorizontalAlignment

 Property Value

A member of the System.Windows.HorizontalAlignment enumeration. The default value is Left.

 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

DiagramView Members
DiagramView Class
MindFusion.Diagramming.Wpf Namespace
VerticalDropAlignment Property