C# Класс a7DocumentDbStudio.Controls.a7WaitSpinner

A spinning busy state indicator.
Наследование: System.Windows.Controls.ContentControl
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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