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#
Copy
public class TapGesture : Gesture, IDisposable
Inheritance
TapGesture
Implements
System.IDisposable

Constructors

View Source

TapGesture()

Creates a TapGesture.

Declaration
C#
Copy
public TapGesture()
API Level: 3

Properties

View Source

LocalPoint

The local point property (read-only).

Declaration
C#
Copy
public Vector2 LocalPoint { get; }
Property Value
Type Description
Vector2
API Level: 3
View Source

NumberOfTaps

The number of taps property (read-only).

Declaration
C#
Copy
public uint NumberOfTaps { get; }
Property Value
Type Description
System.UInt32
API Level: 3
View Source

NumberOfTouches

The number of touches property (read-only).

Declaration
C#
Copy
public uint NumberOfTouches { get; }
Property Value
Type Description
System.UInt32
API Level: 3
View Source

ScreenPoint

The screen point property (read-only).

Declaration
C#
Copy
public Vector2 ScreenPoint { get; }
Property Value
Type Description
Vector2
API Level: 3

Methods

View Source

Dispose(DisposeTypes)

Dispose.

Declaration
C#
Copy
protected override void Dispose(DisposeTypes type)
Parameters
Type Name Description
DisposeTypes type
Overrides
API Level: 3

Implements

System.IDisposable