HandInteractionHint.HintDisplayDelay 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.
When the user's hands are not in view, the visuals will appear after HintDisplayDelay seconds.
public:
property float HintDisplayDelay { float get(); void set(float value); };
public float HintDisplayDelay { get; set; }
member this.HintDisplayDelay : single with get, set
Public Property HintDisplayDelay As Single