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, IDynamicResourceHandler, INameScope, System.IDisposable
    Inheritance
    object
    BindableObject
    Element
    BaseHandle
    Gesture
    TapGesture
    Implements
    IDynamicResourceHandler
    INameScope
    System.IDisposable

    Constructors

    View Source

    TapGesture()

    Default constructor to 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
    View Source

    SourceType

    The gesture source type of touches property (read-only). If you touch with a mouse button, this will tell you which mouse input you touched. Primary(Left), Secondary(Right). Tertiary(Wheel). Deprecated. This api will be deleted without notice. Please do not use it.

    Declaration
    public GestureSourceType SourceType { get; }
    Property Value
    Type Description
    GestureSourceType

    Methods

    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Gesture.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)

    Implements

    IDynamicResourceHandler
    INameScope
    System.IDisposable

    Extension Methods

    BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
    NameScopeExtensions.FindByName<T>(Element, string)
    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