ClassAnimationContext
Class
A helper class, used for chain-creation and update of storyboards in a jQuery way. This class is for internal use only.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class AnimationContext
Inheritance: objectAnimationContext
Properties
Arguments
Gets optional arguments associated with the animation.
Storyboard
Gets the resultant Storyboard for the AnimationContext.
Declaration
cs-api-definition
public Storyboard Storyboard { get; }
Property Value
Storyboard
Target
Gets the UIElement instance, which is the actual target of the animation.
Declaration
cs-api-definition
public UIElement Target { get; }
Property Value
UIElement