Specifies the direction of the animation.
Definition
Namespace:Telerik.Windows.Controls.Animation
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum AnimationDirection
Fields
The animation animates an element that appears.
C#
In = 0
The animation animates an element that disappears.
C#
Out = 1