Struct DragEvent
Definition
- Assembly:
- Tizen.NUI.dll
This specifies drag event.
public struct DragEvent
Properties
View SourceData
The drag data to receive
Declaration
public string Data { readonly get; set; }
Property Value
Type | Description |
---|---|
string |
DragType
The drag event type
Declaration
public DragType DragType { readonly get; set; }
Property Value
Type | Description |
---|---|
DragType |
MimeType
The mime type of drag object
Declaration
public string MimeType { readonly get; set; }
Property Value
Type | Description |
---|---|
string |
Position
The drag object position in target view
Declaration
public Position Position { readonly get; set; }
Property Value
Type | Description |
---|---|
Position |