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