C# Class Channel9Downloader.Controls.LoadingWait

Interaction logic for LoadingWait.xaml
Show file Open project: MadCowDevelopment/Channel9Downloader

Public Methods

Method Description
LoadingWait ( ) : System

Initializes a new instance of the LoadingWait class.

Private Methods

Method Description
HandleAnimationTick ( object sender, EventArgs e ) : void

Rotate the spinner.

HandleLoaded ( object sender, RoutedEventArgs e ) : void

Handle loaded event.

HandleUnloaded ( object sender, RoutedEventArgs e ) : void

Stop the animation.

HandleVisibleChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handle the visible changed event.

SetPosition ( System.Windows.Shapes.Ellipse ellipse, double offset, double posOffSet, double step ) : void

Set position of the ellipse.

StartAnimation ( ) : void

Start the animation.

StopAnimation ( ) : void

Stop the animation.

Method Details

LoadingWait() public method

Initializes a new instance of the LoadingWait class.
public LoadingWait ( ) : System
return System