GazeProvider.IsEyeTrackingEnabledAndValid 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 currently been used for gaze rather then head pose. Eye Tracking must be both enabled and have valid data.
public:
property bool IsEyeTrackingEnabledAndValid { bool get(); };
public bool IsEyeTrackingEnabledAndValid { get; }
member this.IsEyeTrackingEnabledAndValid : bool
Public ReadOnly Property IsEyeTrackingEnabledAndValid As Boolean