Leadtools.Windows.Media.Transitions Namespace : LinearWipeTransitionType Enumeration |
public enum LinearWipeTransitionType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum LinearWipeTransitionType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As LinearWipeTransitionType
public enum class LinearWipeTransitionType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | LeftToRight | Wipe left to right. The old image remains underneath. The new image unrolls from the left edge moving toward the right edge. |
0x00000001 | RightToLeft | Wipe right to left. The old image remains underneath. The new image unrolls from the right edge moving toward the left edge. |
0x00000002 | TopToBottom | Wipe top to bottom. The old image remains underneath. The new image unrolls from the top edge moving toward the bottom edge. |
0x00000003 | BottomToTop | Wipe bottom to top. The old image remains underneath. The new image unrolls from the bottom edge moving toward the top edge. |
0x00000004 | LeftTopToRightBottom | Wipe left-top to right-bottom. The old image remains underneath. The new image unrolls from the top left corner, moving along a diagonal toward the bottom right corner. |
0x00000005 | RightTopToLeftBottom | Wipe right-top to left-bottom. The old image remains underneath. The new image unrolls from the top right corner moving along a diagonal toward the bottom left corner. |
0x00000006 | LeftBottomToRightTop | Wipe left-bottom to right-top. The old image remains underneath. The new image unrolls from the bottom left corner moving along a diagonal toward the top right corner. |
0x00000007 | RightBottomToLeftTop | Wipe right-bottom to left-top. The old image remains underneath. The new image unrolls from the left edge moving toward the right edge. |
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Media.Transitions.LinearWipeTransitionType