| ThumbstickReadingXAxis Property |
Gets the current value of the X axis where the range is -1.0 to 1.0.
Namespace: Microsoft.IoT.DeviceCore.InputAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double XAxis { get; }
Public ReadOnly Property XAxis As Double
Get
public:
virtual property double XAxis {
double get () sealed;
}
abstract XAxis : float with get
override XAxis : float with get
Property Value
Type:
Double
The current value of the X axis.
See Also