Struct DragEvent
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 10
This specifies drag event.
C#Copypublic struct DragEvent
Properties
Declaration
C#Copypublic string Data { get; set; }
Property Value
Type | Description |
---|---|
String |
Declaration
C#Copypublic DragType DragType { get; set; }
Property Value
Type | Description |
---|---|
DragType |
Declaration
C#Copypublic string MimeType { get; set; }
Property Value
Type | Description |
---|---|
String |
Declaration
C#Copypublic Position Position { get; set; }
Property Value
Type | Description |
---|---|
Position |