Holds the possible drag actions.
Namespace: yWorks.Support.WindowsAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum DragAction |
| Visual Basic |
|---|
Public Enumeration DragAction |
Members
| Member name | Description | ||
|---|---|---|---|
| Continue | 0 | Whether the drag should be continued. | |
| Drop | 1 | Whether the drag should be finalized by an immediate drop. | |
| Cancel | 2 | Whether the drag operation should be canceled. |