Property Timeout
Timeout
Gets or sets the timeout behavior for mouse hold repetition. If not set, defaults to SmoothAcceleratingTimeout with 500ms initial delay, 50ms minimum delay, and 0.7 decay factor.
Timeout? Timeout { get; set; }
Property Value
Remarks
Setting a custom timeout allows tests to use simpler, more predictable timing behavior. The timeout's callback will be set automatically by the repeater.