Enum DragTarget
Specifies the different target position of the docking window.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum DragTarget
Fields
| Name | Description |
|---|---|
| DocumentBottom | Represents the bottom position of the target document window to create horizontal document tab group. |
| DocumentLeft | Represents the�left position of the target document window to create vertical document tab group. |
| DocumentRight | Represents the right position of the target document window to create vertical document tab group. |
| DocumentTop | Represents the top position of the target document window to create horizontal document tab group. |
| InnerBottom | Inner Bottom of the target window. |
| InnerLeft | Inner Left of the target window. |
| InnerRight | Inner Right of the target window. |
| InnerTab | Inner Tab of the target window. |
| InnerTop | Inner Top of the target window. |
| None | None of the target position in a window. |
| OuterBottom | Outer Bottom of the target window. |
| OuterLeft | Outer Left of the target window. |
| OuterRight | Outer Right of the target window. |
| OuterTop | Outer Top of the target window. |