Struct DragData

    Definition

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

    This specifies drag data.

    public struct DragData

    Fields

    View Source

    DataMap

    The mime types and drag data set

    Declaration
    public Dictionary<string, string> DataMap
    Field Value
    Type Description
    Dictionary<, ><string, string>

    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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX