InclinometerDataThreshold.YawInDegrees 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 or sets the minimum change of rotation around the yaw-axis (vertical axis) required to reach the threshold, measured in degrees.
public:
property float YawInDegrees { float get(); void set(float value); };
float YawInDegrees();
void YawInDegrees(float value);
public float YawInDegrees { get; set; }
var single = inclinometerDataThreshold.yawInDegrees;
inclinometerDataThreshold.yawInDegrees = single;
Public Property YawInDegrees As Single
Property Value
Single
float
The inclinometer data threshold for the yaw-axis, in degrees.
Remarks
Yaw rotation is a change in pointing direction around the vertical axis, to the left or right of the direction of motion.