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