Condition.PositiveSaturation Property (Microsoft.DirectX.DirectInput)

Maximum force output on the positive side of the offset, in the range from 0 through 10,000.If the device does not support force TermSaturation, the value of this member is ignored.

Definition

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

Property Value

System.Int32

This property is read/write.