HeadOrientation.PitchInDegrees Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the counterclockwise rotation of the user's head around the X'-axis (or lateral axis), in degrees.
public:
property IReference<double> ^ PitchInDegrees { IReference<double> ^ get(); };
IReference<double> PitchInDegrees();
public System.Nullable<double> PitchInDegrees { get; }
var iReference = headOrientation.pitchInDegrees;
Public ReadOnly Property PitchInDegrees As Nullable(Of Double)
Property Value
The counterclockwise rotation of the user's head around the X'-axis (or lateral axis), in degrees.
This value has a range of [-180, 180) degrees.
Remarks
Similar to tilting the nose of an aeroplane up or down.
In the zero position, the X'-axis is parallel to the device's X-axis and points from the center of the person's face towards the right, from the device perspective.