Table of Contents
Delay Property

Gets or sets the amount of time in milliseconds that a RepeatButton waits, while it is pressed, before a command to move the Thumb executes, such as a DecreaseLarge command. This is a dependency property.

Syntax
 public Int32 Delay { get; set; }
See Also