C# Class Xceed.Wpf.Toolkit.BusyIndicator

Inheritance: System.Windows.Controls.ContentControl
Exibir arquivo Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
BusyContentProperty System.Windows.DependencyProperty
BusyContentTemplateProperty System.Windows.DependencyProperty
DisplayAfterProperty System.Windows.DependencyProperty
FocusAfterBusyProperty System.Windows.DependencyProperty
IsBusyProperty System.Windows.DependencyProperty
OverlayStyleProperty System.Windows.DependencyProperty
ProgressBarStyleProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Overrides the OnApplyTemplate method.

Protected Methods

Method Description
ChangeVisualState ( bool useTransitions ) : void

Changes the control's visual state(s).

OnIsBusyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

IsBusyProperty property changed handler.

Private Methods

Method Description
BusyIndicator ( ) : System
DisplayAfterTimerElapsed ( object sender, EventArgs e ) : void

Handler for the DisplayAfterTimer.

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

IsBusyProperty property changed handler.

Method Details

ChangeVisualState() protected method

Changes the control's visual state(s).
protected ChangeVisualState ( bool useTransitions ) : void
useTransitions bool True if state transitions should be used.
return void

OnApplyTemplate() public method

Overrides the OnApplyTemplate method.
public OnApplyTemplate ( ) : void
return void

OnIsBusyChanged() protected method

IsBusyProperty property changed handler.
protected OnIsBusyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs Event arguments.
return void

Property Details

BusyContentProperty public_oe static_oe property

Identifies the BusyContent dependency property.
public static DependencyProperty,System.Windows BusyContentProperty
return System.Windows.DependencyProperty

BusyContentTemplateProperty public_oe static_oe property

Identifies the BusyTemplate dependency property.
public static DependencyProperty,System.Windows BusyContentTemplateProperty
return System.Windows.DependencyProperty

DisplayAfterProperty public_oe static_oe property

Identifies the DisplayAfter dependency property.
public static DependencyProperty,System.Windows DisplayAfterProperty
return System.Windows.DependencyProperty

FocusAfterBusyProperty public_oe static_oe property

Identifies the FocusAfterBusy dependency property.
public static DependencyProperty,System.Windows FocusAfterBusyProperty
return System.Windows.DependencyProperty

IsBusyProperty public_oe static_oe property

Identifies the IsBusy dependency property.
public static DependencyProperty,System.Windows IsBusyProperty
return System.Windows.DependencyProperty

OverlayStyleProperty public_oe static_oe property

Identifies the OverlayStyle dependency property.
public static DependencyProperty,System.Windows OverlayStyleProperty
return System.Windows.DependencyProperty

ProgressBarStyleProperty public_oe static_oe property

Identifies the ProgressBarStyle dependency property.
public static DependencyProperty,System.Windows ProgressBarStyleProperty
return System.Windows.DependencyProperty