InclinometerReading.PitchDegrees 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 rotation in degrees around the x-axis.
public:
property float PitchDegrees { float get(); };
float PitchDegrees();
public float PitchDegrees { get; }
var single = inclinometerReading.pitchDegrees;
Public ReadOnly Property PitchDegrees As Single
Property Value
Single
float
The rotation in degrees around the x-axis.