Class TapGesture

    Definition

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

    A TapGesture is emitted when the user taps the screen with the stated number of fingers a stated number of times.

    public class TapGesture : Gesture, IDisposable
    Inheritance
    object
    Disposable
    Gesture
    TapGesture
    Implements
    System.IDisposable

    Constructors

    View Source

    TapGesture()

    Creates a TapGesture.

    Declaration
    public TapGesture()

    Properties

    View Source

    LocalPoint

    The local point property (read-only).

    Declaration
    public Vector2 LocalPoint { get; }
    Property Value
    Type Description
    Vector2
    View Source

    NumberOfTaps

    The number of taps property (read-only).

    Declaration
    public uint NumberOfTaps { get; }
    Property Value
    Type Description
    uint
    View Source

    NumberOfTouches

    The number of touches property (read-only).

    Declaration
    public uint NumberOfTouches { get; }
    Property Value
    Type Description
    uint
    View Source

    ScreenPoint

    The screen point property (read-only).

    Declaration
    public Vector2 ScreenPoint { get; }
    Property Value
    Type Description
    Vector2

    Methods

    View Source

    Dispose(DisposeTypes)

    Dispose.

    Declaration
    protected override void Dispose(DisposeTypes type)
    Parameters
    Type Name Description
    DisposeTypes type
    Overrides
    Gesture.Dispose(DisposeTypes)

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX