Enum DropPosition
Specifies how the nodes are positioned when dropped onto the diagram.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public enum DropPosition
Fields
Name | Description |
---|---|
AbsolutePosition | Positions each node at the location of the drop. |
RelativeOffset | Nodes are positioned related to the location of the drop. |