Class
BusyIndicatorAnimation

Represents an animation displayed in the RadBusyIndicator control.

Definition

Namespace:Telerik.UI.Xaml.Controls.Primitives.BusyIndicator

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public sealed class BusyIndicatorAnimation : RadControl

Inheritance: objectRadControlBusyIndicatorAnimation

Inherited Members RadControl.CurrentVisualState

Constructors

BusyIndicatorAnimation()

Initializes a new instance of the BusyIndicatorAnimation class.

Declaration

cs-api-definition
public BusyIndicatorAnimation()

Fields

IsActiveProperty

Identifies the IsActive dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsActiveProperty

Field Value

DependencyProperty

Properties

IsActive

Gets or sets a value indicating whether the animation is currently running.

Declaration

cs-api-definition
public bool IsActive { get; set; }

Property Value

bool

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.

Declaration

cs-api-definition
protected override void OnApplyTemplate()

Overrides RadControl.OnApplyTemplate()

Start()

Starts the progress indicator animation.

Declaration

cs-api-definition
public void Start()

Stop()

Stops the progress indicator animation.

Declaration

cs-api-definition
public void Stop()