Search
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.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public VerticalAlignment VerticalDropAlignment { get; set; }

Visual Basic  Copy Code

Public Property VerticalDropAlignment As VerticalAlignment

 Property Value

 See Also