C#
VB
C++
Values for the PushTransition.TransitionType property.
public enum PushTransitionType
Public Enum PushTransitionType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class PushTransitionType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | LeftToRight | Push left to right. The new image pushes out the old image, moving from left to right. |
1 | RightToLeft | Push right to left. The new image pushes out the old image, moving from right to left. |
2 | TopToBottom | Push top to bottom. The new image pushes out the old image, moving from top to bottom. |
3 | BottomToTop | Push bottom to top. The new image pushes out the old image, moving from bottom to top. |
The PushTransition.TransitionType property specifies the type of push 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