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, INotifyPropertyChanged, IDisposable
- Inheritance
-
object
Tizen.NUI.Binding.Element
TapGesture
- Implements
-
System.ComponentModel.INotifyPropertyChanged
System.IDisposable
Constructors
View Source
TapGesture()
Default constructor to creates a TapGesture.
Declaration
Properties
View Source
LocalPoint
The local point property (read-only).
Declaration
public Vector2 LocalPoint { get; }
Property Value
View Source
NumberOfTaps
The number of taps property (read-only).
Declaration
public uint NumberOfTaps { get; }
Property Value
View Source
NumberOfTouches
The number of touches property (read-only).
Declaration
public uint NumberOfTouches { get; }
Property Value
View Source
ScreenPoint
The screen point property (read-only).
Declaration
public Vector2 ScreenPoint { get; }
Property Value
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable