Class RotationChangedEventArgs

Definition

Namespace:
Tizen.Uix.InputMethod
Assembly:
Tizen.Uix.InputMethod.dll
API Level:
4

This class contains the data related to the RotationChanged event.

C#
Copy
public class RotationChangedEventArgs
Inheritance
System.Object
RotationChangedEventArgs

Properties

View Source

Degree

The rotation degree.

Declaration
C#
Copy
public int Degree { get; }
Property Value
Type Description
System.Int32
API Level: 4