C# Class a7DocumentDbStudio.Controls.a7WaitSpinner

A spinning busy state indicator.
Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: alekkowalczyk/a7DocumentDbStudio Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Свойство Type Description
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

Private Methods

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

Property Details

AngleProperty public_oe static_oe property

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

DisabledBackgroundBrushProperty public_oe static_oe property

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

DisabledLeaderBrushProperty public_oe static_oe property

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

DisabledTailBrushProperty public_oe static_oe property

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

LeaderBrushProperty public_oe static_oe property

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

SpinAngleProperty public_oe static_oe property

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

SpinDirectionProperty public_oe static_oe property

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

SpinProperty public_oe static_oe property

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

SpinRateProperty public_oe static_oe property

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

SpinningPropertyKey public_oe static_oe property

public static DependencyPropertyKey,System.Windows SpinningPropertyKey
Résultat System.Windows.DependencyPropertyKey

TailBrushProperty public_oe static_oe property

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