Share via


Condition.Offset Property (Microsoft.DirectX.DirectInput)

Offset for the condition, in the range from -10,000 through 10,000.

Definition

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

Property Value

System.Int32

This property is read/write.