Class DeviceOrientationEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
- API Level:
- 3
The class for event arguments of the DeviceOrientationChanged.
C#Copypublic class DeviceOrientationEventArgs : EventArgs
- Inheritance
Constructors
View Source
DeviceOrientationEventArgs(DeviceOrientation)
Initializes the DeviceOrientationEventArgs class.
Declaration
C#Copypublic DeviceOrientationEventArgs(DeviceOrientation orientation)
Parameters
Type | Name | Description |
---|---|---|
DeviceOrientation | orientation | The information of the DeviceOrientation |
API Level: 3
Properties
Declaration
C#Copypublic DeviceOrientation DeviceOrientation { get; }
Property Value
Type | Description |
---|---|
DeviceOrientation |