C# Класс ARUP.IssueTracker.UserControls.CircularProgressBar

Interaction logic for CircularProgressBar.xaml
Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

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

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

Initializes a new instance of the CircularProgressBar class.

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

Метод Описание
OnAnimationTick ( object sender, EventArgs e ) : void

Handles the animation tick.

OnCanvasLoaded ( object sender, RoutedEventArgs e ) : void

Handles the loaded.

OnCanvasUnloaded ( object sender, RoutedEventArgs e ) : void

Handles the unloaded.

OnVisibleChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles the visible changed.

SetPosition ( DependencyObject ellipse, double offset, double posOffSet, double step ) : void

Sets the position.

Start ( ) : void

Starts this instance.

Stop ( ) : void

Stops this instance.

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

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

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

Описание свойств

MaximumProperty публичное статическое свойство

public static DependencyProperty,System.Windows MaximumProperty
Результат System.Windows.DependencyProperty

MinimumProperty публичное статическое свойство

public static DependencyProperty,System.Windows MinimumProperty
Результат System.Windows.DependencyProperty

ValueProperty публичное статическое свойство

public static DependencyProperty,System.Windows ValueProperty
Результат System.Windows.DependencyProperty