Share via


ActionFormat.AxisMin Property (Microsoft.DirectX.DirectInput)

Minimum value for the range of scaled data to be returned for all axes. This value is ignored for a specific action axis if the DIA_NORANGE flag is set in Diaction.dwFlags. This value is valid only for axis actions and should be set to zero for all other actions. It is used as the Diproprange.lMin value to set the range property on an absolute axis when the action map is applied using Inputdevice9Setactionmap.

Definition

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

Property Value

System.Int32

This property is read/write.