Struct DragData

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

This specifies drag data.

C#
Copy
public struct DragData

Properties

View Source

Data

The drag data to send

Declaration
C#
Copy
public string Data { readonly get; set; }
Property Value
Type Description
string
View Source

MimeType

The mime type of drag data

Declaration
C#
Copy
public string MimeType { readonly get; set; }
Property Value
Type Description
string