IForceFeedbackEffect.Gain Property

Definition

Specifies the percentage by which to reduce the force of the effect.

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

Property Value

Double

double

Specifies the percentage by which to reduce the force of the effect.

Applies to