Envelope.AttackTime Property (Microsoft.DirectX.DirectInput)

The time, in microseconds, to reach the TermSustain level.

Definition

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

Property Value

System.Int32

This property is read/write.