Class RotationChangedEventArgs

Definition

Namespace:
Tizen.Uix.InputMethod
Assembly:
Tizen.Uix.InputMethod.dll

This class contains the data related to the RotationChanged event.

C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API14.")] public class RotationChangedEventArgs
Inheritance
object
RotationChangedEventArgs

Properties

View Source

Degree

The rotation degree.

Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API14.")] public int Degree { get; }
Property Value
Type Description
int