Struct DragEvent

    Definition

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

    This specifies drag event.

    public struct DragEvent

    Properties

    View Source

    Data

    The drag data to receive

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

    DragType

    The drag event type

    Declaration
    public DragType DragType { readonly get; set; }
    Property Value
    Type Description
    DragType
    View Source

    MimeType

    The mime type of drag object

    Declaration
    public string MimeType { readonly get; set; }
    Property Value
    Type Description
    string
    View Source

    Position

    The drag object position in target view

    Declaration
    public Position Position { readonly get; set; }
    Property Value
    Type Description
    Position
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX