Enum AnimationType
Defines the different types of RadSlideView animation types when the slide is changed.
Namespace: Telerik.WinControls.UI.SlideView
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum AnimationType
Fade
Fade animation. The new slide is becoming more and more opaque starting from 0 opacity to 1.
None
No animation.
Slide
Both old and new slide are moved with slide animation.
SlideOver
New slide is moved with slide animation over the old one, which is static.