Struct DragEvent

Definition

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

This specifies drag event.

C#
Copy
public struct DragEvent

Properties

View Source

Data

The drag data to receive

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

DragType

The drag event type

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

MimeType

The mime type of drag object

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

Position

The drag object position in target view

Declaration
C#
Copy
public Position Position { get; set; }
Property Value
Type Description
Position