Enum DragType
Definition
- Assembly:
- Tizen.NUI.dll
This enumeration defines the different types of drag events that can occur when a drag-and-drop operation is performed on a target view.
public enum DragType
Fields
| Name | Description |
|---|---|
| Drop | The drag object dropped in the target view. |
| Enter | The drag object has entered the target view. |
| Leave | The drag object has leaved the target view. |
| Move | The drag object moves in the target view. |