4.692 RepeatButton
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > ContentControl > ButtonBase > RepeatButton, IInputElement | |
RepeatButton | |
(usage) |
<RepeatButton> x:Object </RepeatButton> |
(description) |
Represents a control that raises its Click event repeatedly from the time it is pressed until it is released. |
(used by) |
Track |
[content property] |
Content |
[name property] |
Name |
[xml lang property] |
Language |
(properties) |
|
Delay |
x:Int32 |
(description) |
The amount of time, in milliseconds, the RepeatButton waits while it is pressed before it starts repeating. The value must be non-negative. |
Interval |
x:Int32 |
(description) |
The amount of time, in milliseconds, between repeats once repeating starts. The value must be non-negative. |