Class TapGesture
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
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, IDynamicResourceHandler, IElement, INameScope, IElementController, IDisposable
- Inheritance
- Implements
Constructors
View SourceTapGesture()
Creates a TapGesture.
Declaration
public TapGesture()
API Level: 3
Properties
View SourceLocalPoint
The local point property (read-only).
Declaration
public Vector2 LocalPoint { get; }
Property Value
Type | Description |
---|---|
Vector2 |
API Level: 3
View SourceNumberOfTaps
The number of taps property (read-only).
Declaration
public uint NumberOfTaps { get; }
Property Value
Type | Description |
---|---|
UInt32 |
API Level: 3
View SourceNumberOfTouches
The number of touches property (read-only).
Declaration
public uint NumberOfTouches { get; }
Property Value
Type | Description |
---|---|
UInt32 |
API Level: 3
View SourceScreenPoint
The screen point property (read-only).
Declaration
public Vector2 ScreenPoint { get; }
Property Value
Type | Description |
---|---|
Vector2 |