GazeDevicePreview.ConfigurationState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the configuration state of the eye-tracking device.
public:
property GazeDeviceConfigurationStatePreview ConfigurationState { GazeDeviceConfigurationStatePreview get(); };
GazeDeviceConfigurationStatePreview ConfigurationState();
public GazeDeviceConfigurationStatePreview ConfigurationState { get; }
var gazeDeviceConfigurationStatePreview = gazeDevicePreview.configurationState;
Public ReadOnly Property ConfigurationState As GazeDeviceConfigurationStatePreview
Property Value
The congiguration state.
Remarks
Use this property to confirm that the eye-tracking device is calibrated and ready to send gaze input events and data.