| SS944XChannel Property |
Gets or sets the ADC channel for the X axis.
Namespace: Microsoft.IoT.Devices.InputAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public AdcChannel XChannel { get; set; }
Public Property XChannel As AdcChannel
Get
Set
public:
virtual property AdcChannel^ XChannel {
AdcChannel^ get () sealed;
void set (AdcChannel^ value) sealed;
}
abstract XChannel : AdcChannel with get, set
override XChannel : AdcChannel with get, set
Property Value
Type:
AdcChannel
The ADC channel for the X axis.
See Also