GazeProvider.IsEyeTrackingDataValid 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.
Whether eye tracking data is available. It may be unavailable due to timeout or lack of tracking hardware or permissions.
public:
property bool IsEyeTrackingDataValid { bool get(); };
public bool IsEyeTrackingDataValid { get; }
member this.IsEyeTrackingDataValid : bool
Public ReadOnly Property IsEyeTrackingDataValid As Boolean