Struct DragData
Definition
- Assembly:
- Tizen.NUI.dll
This specifies drag data.
public struct DragData
Properties
View SourceData
The drag data to send
Declaration
public string Data { readonly get; set; }
Property Value
Type | Description |
---|---|
string |
MimeType
The mime type of drag data
Declaration
public string MimeType { readonly get; set; }
Property Value
Type | Description |
---|---|
string |