InclinometerDataThreshold.PitchInDegrees 属性

定义

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

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

属性值

Single

float

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

注解

俯仰旋转是围绕横向轴的角度的变化。

适用于

另请参阅