Class TapEventArgs

    Definition

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

    This class contains the data related to the Tap event.

    public class TapEventArgs : EventArgs
    Inheritance
    object
    TapEventArgs

    Properties

    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
    View Source

    Repeats

    Repeats

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

    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