Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 594 Bytes

File metadata and controls

30 lines (19 loc) · 594 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Primitives.RepeatButton.Interval
winrt property

Windows.UI.Xaml.Controls.Primitives.RepeatButton.Interval

-description

Gets or sets the time, in milliseconds, between repetitions of the click action, as soon as repeating starts.

-xaml-syntax

<RepeatButton Interval="int"/>

-property-value

The time, in milliseconds, between repetitions of the click action, as soon as repeating starts. The default is 250.

-remarks

-examples

-see-also