C# Class ARUP.IssueTracker.UserControls.CircularProgressBar

Interaction logic for CircularProgressBar.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: ArupAus/issue-tracker

Méthodes publiques

Свойство Type Description
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
CircularProgressBar ( ) : System

Initializes a new instance of the CircularProgressBar class.

Private Methods

Méthode Description
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.

Method Details

CircularProgressBar() public méthode

Initializes a new instance of the CircularProgressBar class.
public CircularProgressBar ( ) : System
Résultat System

Property Details

MaximumProperty public_oe static_oe property

public static DependencyProperty,System.Windows MaximumProperty
Résultat System.Windows.DependencyProperty

MinimumProperty public_oe static_oe property

public static DependencyProperty,System.Windows MinimumProperty
Résultat System.Windows.DependencyProperty

ValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows ValueProperty
Résultat System.Windows.DependencyProperty