DwellProfile.TimeToCompleteDwell 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.
Additional time in seconds (not including the dwellStartDelay) the user needs to keep looking at the UI to trigger select on it. Raises DwellCompleted event.
public:
property float TimeToCompleteDwell { float get(); void set(float value); };
public float TimeToCompleteDwell { get; set; }
member this.TimeToCompleteDwell : single with get, set
Public Property TimeToCompleteDwell As Single