Class DeviceOrientationEventArgs

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.Common.dll
API Level:
3

The class for event arguments of the DeviceOrientationChanged.

C#
Copy
public class DeviceOrientationEventArgs : EventArgs
Inheritance
System.Object
DeviceOrientationEventArgs

Constructors

View Source

DeviceOrientationEventArgs(DeviceOrientation)

Initializes the DeviceOrientationEventArgs class.

Declaration
C#
Copy
public DeviceOrientationEventArgs(DeviceOrientation orientation)
Parameters
Type Name Description
DeviceOrientation orientation

The information of the DeviceOrientation

API Level: 3

Properties

View Source

DeviceOrientation

The received DeviceOrientation.

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