RepeatButton.Delay 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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。