Class DisplayRotationUpdatedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the DisplayRotationUpdated event.
public class DisplayRotationUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsDisplayRotationUpdatedEventArgs
Properties
View SourceRotation
Gets the updated display rotation.
Declaration
public Rotation Rotation { get; }
Property Value
Type | Description |
---|---|
Rotation | The Rotation. |