ICameraCaptureDevice.SensorRotationInDegrees property

Gets the number of degrees that the camera sensor is rotated relative to the screen.

Syntax

uint SensorRotationInDegrees { get; }
ReadOnly Property SensorRotationInDegrees As UInteger
property unsigned int SensorRotationInDegrees { 
   unsigned int get();
}

Property value

Type: System.UInt32 [.NET] | uint32 [C++]

The number of degrees that the camera sensor is rotated relative to the screen.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Media.Capture Windows::Phone::Media::Capture [C++]

Metadata

Windows.WinMD

See also

ICameraCaptureDevice