C# Class SevenSoftware.Windows.Controls.ProgressRing

Inheritance: System.Windows.Controls.Primitives.RangeBase
Show file Open project: robertbaker/SevenUpdate

Public Methods

Method Description
OnApplyTemplate ( ) : void

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

Private Methods

Method Description
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.

Method Details

OnApplyTemplate() public method

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