共用方式為


AccelerometerDataThreshold.YAxisInGForce 屬性

定義

取得或設定以 g-force 為單位測量的 Y 軸所需的最小加速增加或減少量。

public:
 property double YAxisInGForce { double get(); void set(double value); };
double YAxisInGForce();

void YAxisInGForce(double value);
public double YAxisInGForce { get; set; }
var double = accelerometerDataThreshold.yAxisInGForce;
accelerometerDataThreshold.yAxisInGForce = double;
Public Property YAxisInGForce As Double

屬性值

Double

double

y 軸的加速計資料臨界值,以 g-force 為單位。

適用於

另請參閱