DeviceImageInformationHeader.NumberAxes Property (Microsoft.DirectX.DirectInput)

DWORD variable that receives the number of axes on the device.

Definition

Visual Basic Public ReadOnly Property NumberAxes As Integer
C# public int NumberAxes { get; }
C++ public:
property int NumberAxes {
        int get();
}
JScript public function get NumberAxes() : int

Property Value

System.Int32

This property is read-only.