C# Class ARUP.IssueTracker.UserControls.CircularProgressBar

Interaction logic for CircularProgressBar.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: ArupAus/issue-tracker

Public Properties

Property Type Description
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Public Methods

Method Description
CircularProgressBar ( ) : System

Initializes a new instance of the CircularProgressBar class.

Private Methods

Method 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 method

Initializes a new instance of the CircularProgressBar class.
public CircularProgressBar ( ) : System
return System

Property Details

MaximumProperty public static property

public static DependencyProperty,System.Windows MaximumProperty
return System.Windows.DependencyProperty

MinimumProperty public static property

public static DependencyProperty,System.Windows MinimumProperty
return System.Windows.DependencyProperty

ValueProperty public static property

public static DependencyProperty,System.Windows ValueProperty
return System.Windows.DependencyProperty