RepeatButton

The RepeatButton is similar to a Button. However, RepeatButton elements give you control over when and how the Click event occurs.

The following graphic shows an example of the three states of a repeat button control, Default, PointerFocused, and Pressed. The first button shows the default state of the RepeatButton. The second shows how the appearance of the button changes when the mouse pointer hovers over the button, giving it focus. The last button shows the appearance of the RepeatButton when the user presses the mouse button over the control.

Repeat button states
Typical RepeatButton

In This Section

Reference

RepeatButton