C# 클래스 ARUP.IssueTracker.UserControls.CircularProgressBar

Interaction logic for CircularProgressBar.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: ArupAus/issue-tracker

공개 프로퍼티들

프로퍼티 타입 설명
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