C# Class WinRTXamlToolkit.Controls.CountdownControl

Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
SecondsProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
OnSecondsChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs e ) : void
OnSecondsChanged ( int oldSeconds, int newSeconds ) : void

Method Details

CountdownControl() public méthode

Initializes a new instance of the CountdownControl class.
public CountdownControl ( ) : System
Résultat System

StartCountdownAsync() public méthode

Starts the countdown and completes when the countdown completes.
public StartCountdownAsync ( int seconds ) : System.Threading.Tasks.Task
seconds int The seconds.
Résultat System.Threading.Tasks.Task

Property Details

SecondsProperty public_oe static_oe property

The seconds property.
public static DependencyProperty,Windows.UI.Xaml SecondsProperty
Résultat Windows.UI.Xaml.DependencyProperty