Class DisplayRotationCommand

Definition

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

Provides a means to to send display rotation command.

C#
Copy
public sealed class DisplayRotationCommand : Command
Inheritance
System.Object
DisplayRotationCommand

Constructors

View Source

DisplayRotationCommand(Rotation)

Initializes a new instance of the DisplayRotationCommand class.

Declaration
C#
Copy
public DisplayRotationCommand(Rotation rotation)
Parameters
Type Name Description
Rotation rotation

The Rotation.

Exceptions
Type Condition
System.ArgumentException

rotation is not valid.

API Level: 6

Properties

View Source

Rotation

Gets the display rotation.

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