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
C# Copy Code |
---|
public VerticalAlignment VerticalDropAlignment { get; set; } |
Visual Basic Copy Code |
---|
Public Property VerticalDropAlignment As VerticalAlignment |
A member of the System.Windows.VerticalAlignment enumeration. The default value is Top.
This property lets you center the new node or align specified edge to the mouse pointer position when drag-and-drop ends.
WpfDiagram Programmer's Guide | © 2024 MindFusion |