共用方式為


IForceFeedbackEffect.Gain 屬性

定義

指定要減少效果強制的百分比。

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

void Gain(double value);
public double Gain { get; set; }
var double = iForceFeedbackEffect.gain;
iForceFeedbackEffect.gain = double;
Public Property Gain As Double

屬性值

Double

double

指定要減少效果強制的百分比。

適用於