Class EdgeDragEventArgs

    Definition

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

    This class contains the data related to the EdgeDrag event.

    public class EdgeDragEventArgs : EventArgs
    Inheritance
    object
    EdgeDragEventArgs

    Properties

    View Source

    Cx

    Cx

    Declaration
    public int Cx { get; }
    Property Value
    Type Description
    int
    View Source

    Cy

    Cy

    Declaration
    public int Cy { get; }
    Property Value
    Type Description
    int
    View Source

    Edge

    Edge

    Declaration
    public int Edge { get; }
    Property Value
    Type Description
    int
    View Source

    Fingers

    Fingers

    Declaration
    public int Fingers { get; }
    Property Value
    Type Description
    int
    View Source

    Mode

    Mode

    Declaration
    public int Mode { get; }
    Property Value
    Type Description
    int

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    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