Condition.DeadBand Property (Microsoft.DirectX.DirectInput)

Region around LOffset in which the condition is not active, in the range from 0 through 10,000. In other words, the condition is not active between LOffset minus LDeadBand and LOffset plus LDeadBand.

Definition

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

Property Value

System.Int32

This property is read/write.