C# Класс Channel9Downloader.Controls.LoadingWait

Interaction logic for LoadingWait.xaml
Показать файл Открыть проект

Открытые методы

Метод Описание
LoadingWait ( ) : System

Initializes a new instance of the LoadingWait class.

Приватные методы

Метод Описание
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.

Описание методов

LoadingWait() публичный Метод

Initializes a new instance of the LoadingWait class.
public LoadingWait ( ) : System
Результат System