Class AnimationContext
Inheritance
System.Object
AnimationContext
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class AnimationContext : Object
Properties
Arguments
Declaration
public object[] Arguments { get; }
Property Value
|
System.Object[]
|
Storyboard
Declaration
public Storyboard Storyboard { get; }
Property Value
|
Microsoft.UI.Xaml.Media.Animation.Storyboard
|
Target
Declaration
public UIElement Target { get; }
Property Value
|
Microsoft.UI.Xaml.UIElement
|