Share via


DeviceObjectInstance.MaxForce Property (Microsoft.DirectX.DirectInput)

The magnitude of the maximum force that can be created by the actuator associated with this object. Force is expressed in newtons and measured in relation to where the hand would be during normal operation of the device.

Definition

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

Property Value

System.Int32

This property is read/write.