Class TapGesture
Definition
- 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
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
View SourceTapGesture()
Creates a TapGesture.
Declaration
public TapGesture()
Properties
View SourceLocalPoint
The local point property (read-only).
Declaration
public Vector2 LocalPoint { get; }
Property Value
Type | Description |
---|---|
Vector2 |
NumberOfTaps
The number of taps property (read-only).
Declaration
public uint NumberOfTaps { get; }
Property Value
Type | Description |
---|---|
uint |
NumberOfTouches
The number of touches property (read-only).
Declaration
public uint NumberOfTouches { get; }
Property Value
Type | Description |
---|---|
uint |
ScreenPoint
The screen point property (read-only).
Declaration
public Vector2 ScreenPoint { get; }
Property Value
Type | Description |
---|---|
Vector2 |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable