Condition.DeadBand Property |
Language: |
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.
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);
This property is read/write.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center