Share via


Envelope.AttackLevel Property (Microsoft.DirectX.DirectInput)

Amplitude for the start of the envelope, relative to the baseline, in the range from 0 through 10,000. If the effect's type-specific data does not specify a baseline, the amplitude is relative to 0.

Definition

Visual Basic Public Property AttackLevel As Integer
C# public int AttackLevel { get; set; }
C++ public:
property int AttackLevel {
        int get();
        void set(int value);
}
JScript public function get AttackLevel() : int
public function set AttackLevel(int);

Property Value

System.Int32

This property is read/write.