C# 클래스 SevenSoftware.Windows.Controls.ProgressRing

상속: System.Windows.Controls.Primitives.RangeBase
파일 보기 프로젝트 열기: robertbaker/SevenUpdate

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes call .

비공개 메소드들

메소드 설명
Animate ( object sender, EventArgs e ) : void

Animates the progress wheel.

IsRunningPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Stops or starts the progress indicator based on the IsRunning property.

ProgressRing ( ) : System

Initializes static members of the ProgressRing class.

Start ( ) : void

Starts this instance.

StartStoryboard ( FrameworkElement element ) : void

Starts the storyboard.

Stop ( ) : void

Stops this instance.

메소드 상세

OnApplyTemplate() 공개 메소드

When overridden in a derived class, is invoked whenever application code or internal processes call .
public OnApplyTemplate ( ) : void
리턴 void