HandInteractionHint.UseMaxDelay 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.
Set to false if you don't want to use a max timer and only want to show the hint when user's hands are not tracked.
public:
property bool UseMaxDelay { bool get(); void set(bool value); };
public bool UseMaxDelay { get; set; }
member this.UseMaxDelay : bool with get, set
Public Property UseMaxDelay As Boolean