RepeatButton.Interval Property

Definition

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