Class DisplayRotationUpdatedEventArgs

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
6

Provides data for the DisplayRotationUpdated event.

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

Properties

View Source

Rotation

Gets the updated display rotation.

Declaration
C#
Copy
public Rotation Rotation { get; }
Property Value
Type Description
Rotation

The Rotation.

API Level: 6