NumericUpDownAcceleration.Seconds 속성

정의

가속이 시작될 때까지 위로 또는 아래로 단추를 누르고 있어야 하는 시간(초)을 가져오거나 설정합니다.

public:
 property int Seconds { int get(); void set(int value); };
public int Seconds { get; set; }
member this.Seconds : int with get, set
Public Property Seconds As Integer

속성 값

Int32

가속이 시작될 때까지 위로 또는 아래로 단추를 누르고 있어야 하는 시간(초)을 가져오거나 설정합니다.

예외

설정 값이 0보다 작은 경우

적용 대상