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





Gets or sets the vertical 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 VerticalAlignment VerticalDropAlignment { get; set; }

Visual Basic  Copy Code

Public Property VerticalDropAlignment As VerticalAlignment

 Property Value

A member of the System.Windows.VerticalAlignment enumeration. The default value is Top.

 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
HorizontalDropAlignment Property