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입니다.

적용 대상