InclinometerDataThreshold.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 or sets the minimum change in rotation around the pitch-axis (transverse axis) required to reach the threshold, measured in degrees.
public:
property float PitchInDegrees { float get(); void set(float value); };
float PitchInDegrees();
void PitchInDegrees(float value);
public float PitchInDegrees { get; set; }
var single = inclinometerDataThreshold.pitchInDegrees;
inclinometerDataThreshold.pitchInDegrees = single;
Public Property PitchInDegrees As Single
Property Value
Single
float
The inclinometer data threshold for the pitch-axis, in degrees.
Remarks
Pitch rotation is a change in angle around the transverse axis.