C#
VB
C++
Values for the SlideTransition.TransitionType property.
public enum SlideTransitionType
Public Enum SlideTransitionType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class SlideTransitionType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | LeftToRight | Slide from left to right. The old image remains in place. The new image slides in from the right. |
1 | RightToLeft | Slide from right to left. The old image remains in place. The new image slides in from the left. |
2 | TopToBottom | Slide from top to bottom. The old image remains in place. The new image slides in from the bottom. |
3 | BottomToTop | Slide from bottom to top. The old image remains in place. The new image slides in from the to[. |
The SlideTransition.TransitionType property specifies the type of slide transition to be used.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET