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