C# 클래스 WinRTXamlToolkit.Controls.CountdownControl

파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SecondsProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
CountdownControl ( ) : System

Initializes a new instance of the CountdownControl class.

StartCountdownAsync ( int seconds ) : System.Threading.Tasks.Task

Starts the countdown and completes when the countdown completes.

비공개 메소드들

메소드 설명
OnSecondsChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs e ) : void
OnSecondsChanged ( int oldSeconds, int newSeconds ) : void

메소드 상세

CountdownControl() 공개 메소드

Initializes a new instance of the CountdownControl class.
public CountdownControl ( ) : System
리턴 System

StartCountdownAsync() 공개 메소드

Starts the countdown and completes when the countdown completes.
public StartCountdownAsync ( int seconds ) : System.Threading.Tasks.Task
seconds int The seconds.
리턴 System.Threading.Tasks.Task

프로퍼티 상세

SecondsProperty 공개적으로 정적으로 프로퍼티

The seconds property.
public static DependencyProperty,Windows.UI.Xaml SecondsProperty
리턴 Windows.UI.Xaml.DependencyProperty