Class DisplayRotationCapabilityUpdatedEventArgs

Definition

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

Provides data for the DisplayRotationCapabilityUpdated event.

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

Properties

View Source

DisplayRotation

Gets the supported list of display rotation capabilities.

Declaration
C#
Copy
public ReadOnlyCollection<Rotation> DisplayRotation { get; }
Property Value
Type Description
System.Collections.ObjectModel.ReadOnlyCollection<Rotation>
API Level: 6