C# 클래스 Channel9Downloader.Controls.LoadingWait

Interaction logic for LoadingWait.xaml
파일 보기 프로젝트 열기: MadCowDevelopment/Channel9Downloader

공개 메소드들

메소드 설명
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