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