Windows.UI.Xaml.Controls.Primitives.RepeatButton.Delay
June 22, 2022 · View on GitHub
-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.