HandInteractionHint.MaxDelay 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.
Max delay for showing the visuals. If the user's hands are in view, the min timer will reset to 0, but the visuals will appear after max seconds.
public:
property float MaxDelay { float get(); void set(float value); };
public float MaxDelay { get; set; }
member this.MaxDelay : single with get, set
Public Property MaxDelay As Single