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
AnimationDirection
|
Out
The animation animates an element that disappears.
Declaration
public const AnimationDirection Out
Field Value
AnimationDirection
|
value__
Declaration
public int value__
Field Value
System.Int32
|