C#
VB
C++
Values for the BlindTransition.TransitionType property.
public enum BlindTransitionType
Public Enum BlindTransitionType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class BlindTransitionType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | TopToBottom | (0x00000000)A Blind growing from top to bottom. |
1 | LeftToRight | (0x00000001)A Blind growing from left to right. |
2 | GrowingLeftToRight | A Blind growing from left to right. |
3 | GrowingRightToLeft | A Blind growing from right to left. |
4 | GrowingTopToBottom | A Blind growing from top to bottom. |
5 | GrowingBottomToTop | A Blind growing from bottom to top. |
The BlindTransition.TransitionType property specifies the type of "venetian" blind transition to be applied.
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