Version

AnimationSlideDirection Enumeration

Direction used by SlideAnimation. It has 3 members: Vertical, Horizontal and Both. Their values are 1, 2, 3.
Members
MemberDescription
BothSlide in vertical and horizontal directions
HorizontalSlide in horizontal direction
VerticalSlide in vertical direction
Inheritance Hierarchy

Object
   Infragistics.Web.UI.AnimationSlideDirection

See Also