C# 클래스 a7DocumentDbStudio.Controls.a7WaitSpinner

A spinning busy state indicator.
상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: alekkowalczyk/a7DocumentDbStudio 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AngleProperty System.Windows.DependencyProperty
DisabledBackgroundBrushProperty System.Windows.DependencyProperty
DisabledLeaderBrushProperty System.Windows.DependencyProperty
DisabledTailBrushProperty System.Windows.DependencyProperty
LeaderBrushProperty System.Windows.DependencyProperty
SpinAngleProperty System.Windows.DependencyProperty
SpinDirectionProperty System.Windows.DependencyProperty
SpinProperty System.Windows.DependencyProperty
SpinRateProperty System.Windows.DependencyProperty
SpinningPropertyKey System.Windows.DependencyPropertyKey
TailBrushProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
AngleCoerceCallback Object
BeginSpinningAnimation void
ControlSpinning void
DecelerateAndStopTheAnimation void
IsEnabledChangedHandler void
OnAnglePropertyChanged void
OnSpinPropertyChanged void
OnSpinRatePropertyChanged void
OnSpinningPropertyChanged void
ReBeginAnimation void
RemoveAnimation void
SetDisabledBrushes void
SetSpinRate void
SpinContinuously void
SpinRateCoerceCallback Object
a7WaitSpinner System

비공개 메소드들

메소드 설명
AngleCoerceCallback ( DependencyObject d, Object baseValue ) : Object
BeginSpinningAnimation ( ) : void

Begins, or re-begins the spin animation.

ControlSpinning ( SpinCommand spinCommand ) : void

Turns Spinning on and off

DecelerateAndStopTheAnimation ( ) : void

Transitions to the declerating state to stop the animation

IsEnabledChangedHandler ( Object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles the state change between the enabled and disabled states.

OnAnglePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSpinPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSpinRatePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSpinningPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ReBeginAnimation ( object sender, EventArgs e ) : void

Called when the animation has slowed to a stop. Removes the animation

This should only be called from the spinAnimationCompleted event.

RemoveAnimation ( object sender, EventArgs e ) : void

Called when the animation has slowed to a stop. Removes the animation

This should only be called from the spinAnimationCompleted event.

SetDisabledBrushes ( ) : void
SetSpinRate ( double rate ) : void

Sets the spin rate on a running spinner

SpinContinuously ( object sender, EventArgs e ) : void

Updates the animation to spin continuously

SpinRateCoerceCallback ( DependencyObject d, Object baseValue ) : Object
a7WaitSpinner ( ) : System

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public static DependencyPropertyKey,System.Windows SpinningPropertyKey
리턴 System.Windows.DependencyPropertyKey

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

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