Class RadAnimationManager
Inheritance
System.Object
RadAnimationManager
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public static class RadAnimationManager : Object
Fields
AnimationSelectorProperty
Declaration
public static readonly DependencyProperty AnimationSelectorProperty
Field Value
Microsoft.
|
IsAnimationEnabledProperty
Declaration
public static readonly DependencyProperty IsAnimationEnabledProperty
Field Value
Microsoft.
|
Properties
IsGlobalAnimationEnabled
Declaration
public static bool IsGlobalAnimationEnabled { get; set; }
Property Value
System.
|
SpeedRatio
Declaration
public static double SpeedRatio { get; set; }
Property Value
System.
|
Methods
CanAnimate(DependencyObject)
Declaration
public static bool CanAnimate(DependencyObject target)
Parameters
Microsoft.
|
Returns
System.
|
GetAnimationSelector(DependencyObject)
Declaration
public static AnimationSelectorBase GetAnimationSelector(DependencyObject obj)
Parameters
Microsoft.
|
Returns
GetIsAnimationEnabled(DependencyObject)
Declaration
public static bool GetIsAnimationEnabled(DependencyObject obj)
Parameters
Microsoft.
|
Returns
System.
|
IsAnimationRunning(UIElement, RadAnimation)
Declaration
public static bool IsAnimationRunning(UIElement target, RadAnimation animation)
Parameters
Microsoft.
|
Rad
|
Returns
System.
|
Play(UIElement, RadAnimation)
Declaration
public static bool Play(UIElement target, RadAnimation animation)
Parameters
Microsoft.
|
Rad
|
Returns
System.
|
Play(UIElement, RadAnimation, Action)
Declaration
public static bool Play(UIElement target, RadAnimation animation, Action completedCallback)
Parameters
Microsoft.
|
Rad
|
System.
|
Returns
System.
|
SetAnimationSelector(DependencyObject, AnimationSelectorBase)
Declaration
public static void SetAnimationSelector(DependencyObject obj, AnimationSelectorBase value)
Parameters
Microsoft.
|
Animation
|
SetIsAnimationEnabled(DependencyObject, Boolean)
Declaration
public static void SetIsAnimationEnabled(DependencyObject obj, bool value)
Parameters
Microsoft.
|
System.
|
Stop(UIElement, RadAnimation)
Declaration
public static void Stop(UIElement target, RadAnimation animation)
Parameters
Microsoft.
|
Rad
|
StopIfRunning(UIElement, RadAnimation)
Declaration
public static void StopIfRunning(UIElement target, RadAnimation animation)
Parameters
Microsoft.
|
Rad
|