Class RotationGestureDetector.DetectedEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
5

Event arguments that passed via the RotationGestureEvent signal.

C#
Copy
public class DetectedEventArgs : EventArgs
Inheritance
RotationGestureDetector.DetectedEventArgs

Properties

View Source

Handled

Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.

Declaration
C#
Copy
public bool Handled { get; set; }
Property Value
Type Description
Boolean
View Source

RotationGesture

The RotationGesture.

Declaration
C#
Copy
public RotationGesture RotationGesture { get; set; }
Property Value
Type Description
RotationGesture
API Level: 5
View Source

View

The attached view.

Declaration
C#
Copy
public View View { get; set; }
Property Value
Type Description
View
API Level: 5

Extension Methods