InclinometerDataThreshold.RollInDegrees 属性

定义

获取或设置绕滚动轴 (纵轴旋转) 达到阈值所需的最小旋转变化(以度为单位)。

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

属性值

Single

float

滚动轴的测斜仪数据阈值(以度为单位)。

注解

滚动旋转是围绕纵向轴的角度的变化。

适用于

另请参阅