Share via


RepeatButton.Delay 屬性

定義

取得或設定 RepeatButton 在開始重複按兩下動作之前所等候的時間,以毫秒為單位。

public:
 property int Delay { int get(); void set(int value); };
int Delay();

void Delay(int value);
public int Delay { get; set; }
var int32 = repeatButton.delay;
repeatButton.delay = int32;
Public Property Delay As Integer
<RepeatButton Delay="int"/>

屬性值

Int32

int

RepeatButton 在開始重複按兩下動作之前,會先等候的時間,以毫秒為單位。 預設為 250。

適用於