ClassBusyIndicatorAnimationAdapter
Class
A utility class that is used to adapt an animation in arbitrary ways.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives.BusyIndicator
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class BusyIndicatorAnimationAdapter : FrameworkElement
Inheritance: objectBusyIndicatorAnimationAdapter
Constructors
BusyIndicatorAnimationAdapter()
Initializes a new instance of the BusyIndicatorAnimationAdapter class.
Declaration
cs-api-definition
public BusyIndicatorAnimationAdapter()
Fields
AnimationProperty
Identifies the Animation dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty AnimationProperty
Field Value
DependencyProperty
Properties
Animation
Gets or sets the animation to adapt.
Declaration
cs-api-definition
public Storyboard Animation { get; set; }
Property Value
Storyboard