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
Show file Open project: adamabdelhamed/PowerArgs Class Usage Examples

Public Methods

Method Description
Spinner ( ) : System

Creates a new spinner

Private Methods

Method Description
AdvanceFrame ( ) : void
OnAddedToVisualTree ( ) : void
OnRemovedFromVisualTree ( ) : void
StartSpinTimer ( ) : void
StopSpinTimer ( ) : void

Method Details

Spinner() public method

Creates a new spinner
public Spinner ( ) : System
return System