Search Results for

    Show / Hide Table of Contents

    Struct DragData

    Definition

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

    This specifies drag data.

    [SuppressMessage("Microsoft.Performance", "CA1815: Override equals and operator equals on value types")]
    public struct DragData

    Properties

    View Source

    Data

    The drag data to send

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

    MimeType

    The mime type of drag data

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