Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 664 Bytes

repeatbutton_delay.md

File metadata and controls

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

Windows.UI.Xaml.Controls.Primitives.RepeatButton.Delay

-description

Gets or sets the time, in milliseconds, that the RepeatButton waits when it is pressed before it starts repeating the click action.

-xaml-syntax

<RepeatButton Delay="int"/>

-property-value

The time, in milliseconds, that the RepeatButton waits when it is pressed before it starts repeating the click action. The default is 250.

-remarks

-examples

-see-also