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