| ThumbstickReadingYAxis 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 YAxis { get; }
Public ReadOnly Property YAxis As Double
Get
public:
virtual property double YAxis {
double get () sealed;
}
abstract YAxis : float with get
override YAxis : float with get
Property Value
Type:
Double
The current value of the X axis.
See Also