Class DropPosition
Specifies how the nodes are positioned when dropped onto the diagram.
Inheritance
System.Object
DropPosition
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public sealed class DropPosition : Enum
Fields
AbsolutePosition
Positions each node at the location of the drop.
Declaration
public const DropPosition AbsolutePosition
Field Value
| Type |
|---|
| DropPosition |
RelativeOffset
Nodes are positioned related to the location of the drop.
Declaration
public const DropPosition RelativeOffset
Field Value
| Type |
|---|
| DropPosition |