C# Класс RIAServiceApplication.Controls.BusyIndicator

Наследование: System.Windows.Controls.ContentControl
Показать файл Открыть проект

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

Свойство Тип Описание
BusyContentProperty System.Windows.DependencyProperty
BusyContentTemplateProperty System.Windows.DependencyProperty
DisplayAfterProperty System.Windows.DependencyProperty
IsBusyProperty System.Windows.DependencyProperty
OverlayStyleProperty System.Windows.DependencyProperty
ProgressBarStyleProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
BusyIndicator ( ) : System

Instantiates a new instance of the BusyIndicator control.

OnApplyTemplate ( ) : void

Overrides the OnApplyTemplate method.

Защищенные методы

Метод Описание
ChangeVisualState ( bool useTransitions ) : void

Changes the control's visual state(s).

OnIsBusyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

IsBusyProperty property changed handler.

Приватные методы

Метод Описание
DisplayAfterTimerElapsed ( object sender, EventArgs e ) : void

Handler for the DisplayAfterTimer.

OnIsBusyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

IsBusyProperty property changed handler.

Описание методов

BusyIndicator() публичный Метод

Instantiates a new instance of the BusyIndicator control.
public BusyIndicator ( ) : System
Результат System

ChangeVisualState() защищенный Метод

Changes the control's visual state(s).
protected ChangeVisualState ( bool useTransitions ) : void
useTransitions bool True if state transitions should be used.
Результат void

OnApplyTemplate() публичный Метод

Overrides the OnApplyTemplate method.
public OnApplyTemplate ( ) : void
Результат void

OnIsBusyChanged() защищенный Метод

IsBusyProperty property changed handler.
protected OnIsBusyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs Event arguments.
Результат void

Описание свойств

BusyContentProperty публичное статическое свойство

Identifies the BusyContent dependency property.
public static DependencyProperty,System.Windows BusyContentProperty
Результат System.Windows.DependencyProperty

BusyContentTemplateProperty публичное статическое свойство

Identifies the BusyTemplate dependency property.
public static DependencyProperty,System.Windows BusyContentTemplateProperty
Результат System.Windows.DependencyProperty

DisplayAfterProperty публичное статическое свойство

Identifies the DisplayAfter dependency property.
public static DependencyProperty,System.Windows DisplayAfterProperty
Результат System.Windows.DependencyProperty

IsBusyProperty публичное статическое свойство

Identifies the IsBusy dependency property.
public static DependencyProperty,System.Windows IsBusyProperty
Результат System.Windows.DependencyProperty

OverlayStyleProperty публичное статическое свойство

Identifies the OverlayStyle dependency property.
public static DependencyProperty,System.Windows OverlayStyleProperty
Результат System.Windows.DependencyProperty

ProgressBarStyleProperty публичное статическое свойство

Identifies the ProgressBarStyle dependency property.
public static DependencyProperty,System.Windows ProgressBarStyleProperty
Результат System.Windows.DependencyProperty