C# Class PowerArgs.Cli.Spinner

A control that animates (or spins). It can be used to let the user know that the system is working when they are required to wait
Inheritance: PixelControl
Afficher le fichier Open project: adamabdelhamed/PowerArgs Class Usage Examples

Méthodes publiques

Méthode Description
Spinner ( ) : System

Creates a new spinner

Private Methods

Méthode Description
AdvanceFrame ( ) : void
OnAddedToVisualTree ( ) : void
OnRemovedFromVisualTree ( ) : void
StartSpinTimer ( ) : void
StopSpinTimer ( ) : void

Method Details

Spinner() public méthode

Creates a new spinner
public Spinner ( ) : System
Résultat System