Class PlayAnimationInfo
Inheritance
System.Object
PlayAnimationInfo
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PlayAnimationInfo : Object
Constructors
PlayAnimationInfo(Storyboard, RadAnimation, UIElement)
Declaration
public PlayAnimationInfo(Storyboard storyboard, RadAnimation animation, UIElement target)
Parameters
Microsoft.
|
Rad
|
Microsoft.
|
Properties
Animation
Storyboard
Declaration
public Storyboard Storyboard { get; }
Property Value
Microsoft.
|
Target
Declaration
public UIElement Target { get; }
Property Value
Microsoft.
|
Methods
GetAnimatedValues(RadAnimation)
Declaration
public object[] GetAnimatedValues(RadAnimation targetAnimation)
Parameters
Rad
|
Returns
System.
|
SetAnimatedValues(RadAnimation, Object[])
Declaration
public void SetAnimatedValues(RadAnimation targetAnimation, object[] values)
Parameters
Rad
|
System.
|