Enum DragType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
10

Drag event type.

C#
Copy
public enum DragType
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.