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.
C#Copypublic class TapGesture : Gesture, IDynamicResourceHandler, IElement, INameScope, IElementController, System.IDisposable
- Inheritance
- Implements
Constructors
Declaration
C#Copypublic TapGesture()
API Level: 3
Properties
Declaration
C#Copypublic Vector2 LocalPoint { get; }
Property Value
Type | Description |
---|---|
Vector2 |
API Level: 3
Declaration
C#Copypublic uint NumberOfTaps { get; }
Property Value
Type | Description |
---|---|
UInt32 |
API Level: 3
Declaration
C#Copypublic uint NumberOfTouches { get; }
Property Value
Type | Description |
---|---|
UInt32 |
API Level: 3
Declaration
C#Copypublic Vector2 ScreenPoint { get; }
Property Value
Type | Description |
---|---|
Vector2 |
API Level: 3
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
C#Copypublic GestureSourceType SourceType { get; }
Property Value
Type | Description |
---|---|
GestureSourceType |
Methods
Declaration
C#Copyprotected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type | Name | Description |
---|---|---|
Tizen.System.Runtime.InteropServices.HandleRef | swigCPtr |