PhotoCaptureDevice.SensorRotationInDegrees property

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

Syntax

public uint SensorRotationInDegrees { get; }
Public ReadOnly Property SensorRotationInDegrees As UInteger
public:
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

Capabilities

ID_CAP_ISV_CAMERA [Windows Phone]

See also

PhotoCaptureDevice