C#
VB
C++
Values for the RotateTransition.TransitionType property.
public enum RotateTransitionType
Public Enum RotateTransitionType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class RotateTransitionType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | LeftToRight | Rotate from left to right. The old image remains in place. The new image begins appearing from the left. |
1 | RightToLeft | Rotate from right to left. The old image remains in place. The new image begins appearing from the right. |
2 | TopToBottom | Rotate from top to bottom. The old image remains in place. The new image begins appearing from the top. |
3 | BottomToTop | Rotate from bottom to top. The old image remains in place. The new image begins appearing from the bottom. |
The RotateTransition.TransitionType property specifies the type of rotational 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