C# 클래스 Orc.Wizard.ProgressBarExtensions

파일 보기 프로젝트 열기: WildGums/Orc.Wizard

공개 프로퍼티들

프로퍼티 타입 설명
SmoothProgressProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetSmoothProgress ( FrameworkElement target ) : double
SetSmoothProgressOffset ( FrameworkElement target, double value ) : void
UpdateProgress ( this progressBar, int currentItem, int totalItems ) : void

비공개 메소드들

메소드 설명
OnSmoothProgressChanged ( DependencyObject target, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetSmoothProgress() 공개 정적인 메소드

public static GetSmoothProgress ( FrameworkElement target ) : double
target System.Windows.FrameworkElement
리턴 double

SetSmoothProgressOffset() 공개 정적인 메소드

public static SetSmoothProgressOffset ( FrameworkElement target, double value ) : void
target System.Windows.FrameworkElement
value double
리턴 void

UpdateProgress() 공개 정적인 메소드

public static UpdateProgress ( this progressBar, int currentItem, int totalItems ) : void
progressBar this
currentItem int
totalItems int
리턴 void

프로퍼티 상세

SmoothProgressProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows SmoothProgressProperty
리턴 System.Windows.DependencyProperty