CalibrationPoint.ScalingValue Property (Microsoft.DirectX.DirectInput)

Scaling value to be associated with the LP number. The percentage of the maximum value multiplied by 10000.

Definition

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

Property Value

System.Int32

This property is read/write.