Share via


JoystickState.Rz Property (Microsoft.DirectX.DirectInput)

Z-axis rotation (often called the rudder). If the joystick does not have this axis, the value is 0.

Definition

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

Property Value

System.Int32

This property is read-only.