Class AnimationDirection
Specifies the direction of the animation.
Inheritance
System.Object
AnimationDirection
Namespace: Telerik.Windows.Controls.Animation
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class AnimationDirection : Enum
Fields
In
The animation animates an element that appears.
Declaration
public const AnimationDirection In
Field Value
Out
The animation animates an element that disappears.
Declaration
public const AnimationDirection Out
Field Value
value__
Declaration
public int value__
Field Value
System.
|