DwellProfile.TimeToAllowDwellResume 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.
Time in seconds when focus can fall off the target and come back to resume an ongoing dwell. This only comes into play after DwellStarted state but before DwellCompleted is invoked.
public:
property float TimeToAllowDwellResume { float get(); void set(float value); };
public float TimeToAllowDwellResume { get; set; }
member this.TimeToAllowDwellResume : single with get, set
Public Property TimeToAllowDwellResume As Single