Struct DragData

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
10

This specifies drag data.

C#
Copy
public struct DragData

Properties

View Source

Data

The drag data to send

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

MimeType

The mime type of drag data

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