Class RadBusyIndicator
Identifies the RadBusyIndicator control.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
[TelerikToolboxCategory("Containers")]
public class RadBusyIndicator : ContentControl
Constructors
RadBusyIndicator()
Initializes a new instance of the RadBusyIndicator class.
Declaration
public RadBusyIndicator()
Fields
BusyContentProperty
Identifies the BusyContent property.
Declaration
public static readonly DependencyProperty BusyContentProperty
Field Value
System.Windows.DependencyProperty
|
BusyContentTemplateProperty
Identifies the BusyContentTemplate property.
Declaration
public static readonly DependencyProperty BusyContentTemplateProperty
Field Value
System.Windows.DependencyProperty
|
DisplayAfterProperty
Identifies the DisplayAfter property.
Declaration
public static readonly DependencyProperty DisplayAfterProperty
Field Value
System.Windows.DependencyProperty
|
IsBusyIndicationVisibleProperty
Identifies the IsBusyIndicationVisible dependency property.
Declaration
public static readonly DependencyProperty IsBusyIndicationVisibleProperty
Field Value
System.Windows.DependencyProperty
|
IsBusyProperty
Identifies the IsBusy property.
Declaration
public static readonly DependencyProperty IsBusyProperty
Field Value
System.Windows.DependencyProperty
|
IsIndeterminateProperty
Identifies the IsIndeterminate property.
Declaration
public static readonly DependencyProperty IsIndeterminateProperty
Field Value
System.Windows.DependencyProperty
|
OverlayStyleProperty
Identifies the OverlayStyle property.
Declaration
public static readonly DependencyProperty OverlayStyleProperty
Field Value
System.Windows.DependencyProperty
|
ProgressBarStyleProperty
Identifies the ProgressBarStyle property.
Declaration
public static readonly DependencyProperty ProgressBarStyleProperty
Field Value
System.Windows.DependencyProperty
|
ProgressValueProperty
Identifies the ProgressValue property.
Declaration
public static readonly DependencyProperty ProgressValueProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BusyContent
Gets or sets the BusyContent property. This is a dependency property.
Declaration
public object BusyContent { get; set; }
Property Value
System.Object
|
BusyContentTemplate
Gets or sets the BusyContentTemplate property. This is a dependency property.
Declaration
public DataTemplate BusyContentTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
DisplayAfter
Gets or sets the DisplayAfter property. This is a dependency property.
Declaration
public TimeSpan DisplayAfter { get; set; }
Property Value
System.TimeSpan
|
IsBusy
Gets or sets the IsBusy property. This is a dependency property.
Declaration
public bool IsBusy { get; set; }
Property Value
System.Boolean
|
IsBusyIndicationVisible
Gets or sets the IsBusyIndicationVisible property. This is a dependency property.
Declaration
public bool IsBusyIndicationVisible { get; }
Property Value
System.Boolean
|
IsContentVisible
Gets or sets the IsContentVisible property. This is a dependency property.
Declaration
protected bool IsContentVisible { get; set; }
Property Value
System.Boolean
|
IsIndeterminate
Gets or sets the IsIndeterminate property. This is a dependency property.
Declaration
public bool IsIndeterminate { get; set; }
Property Value
System.Boolean
|
OverlayStyle
Gets or sets the OverlayStyle property. This is a dependency property.
Declaration
public Style OverlayStyle { get; set; }
Property Value
System.Windows.Style
|
ProgressBarStyle
Gets or sets the ProgressBarStyle property. This is a dependency property.
Declaration
public Style ProgressBarStyle { get; set; }
Property Value
System.Windows.Style
|
ProgressValue
Gets or sets the ProgressValue property. This is a dependency property.
Declaration
public double ProgressValue { get; set; }
Property Value
System.Double
|
Methods
ChangeVisualState(Boolean)
Updates the visual state of the control.
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
System.Boolean
useTransitions
Indicates whether transitions should be used. |
OnApplyTemplate()
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call. System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
OnIsBusyChanged(DependencyPropertyChangedEventArgs)
Called when the IsBusyProperty property is changed.
Declaration
protected virtual void OnIsBusyChanged(DependencyPropertyChangedEventArgs e)
Parameters
System.Windows.DependencyPropertyChangedEventArgs
e
|