Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
RepeatButton.Interval Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Controls.Primitives
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the time, in milliseconds, between repetitions of the click action, as soon as repeating starts.
public:
property int Interval { int get(); void set(int value); };
int Interval();
void Interval(int value);
public int Interval { get; set; }
var int32 = repeatButton.interval;
repeatButton.interval = int32;
Public Property Interval As Integer
<RepeatButton Interval="int"/>
Property Value
Int32
int
The time, in milliseconds, between repetitions of the click action, as soon as repeating starts. The default is 250.
Applies to
Feedback
Was this page helpful?
