ActionFormat.AxisMax Property (Microsoft.DirectX.DirectInput)

Maximum 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.lMax value to set the range property on an absolute axis when the action map is applied using Inputdevice9Setactionmap.

Definition

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

Property Value

System.Int32

This property is read/write.