C# Класс SevenSoftware.Windows.Controls.ProgressRing

Наследование: System.Windows.Controls.Primitives.RangeBase
Показать файл Открыть проект

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

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