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

 Syntax

C#  Copy Code

public HorizontalAlignment HorizontalDropAlignment { get; set; }

Visual Basic  Copy Code

Public Property HorizontalDropAlignment As HorizontalAlignment

 Property Value

 See Also