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 LinearWipeTransitionType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Windows.Media.Transitions.LinearWipeTransitionType = function() { }; Leadtools.Windows.Media.Transitions.LinearWipeTransitionType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class LinearWipeTransitionType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
BottomToTop | Wipe bottom to top. The old image remains underneath. The new image unrolls from the bottom edge moving toward the top edge. |
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. |
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. |
LeftToRight | Wipe left to right. The old image remains underneath. The new image unrolls from the left edge moving toward the right edge. |
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. |
RightToLeft | Wipe right to left. The old image remains underneath. The new image unrolls from the right edge moving toward the left edge. |
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. |
TopToBottom | Wipe top to bottom. The old image remains underneath. The new image unrolls from the top edge moving toward the bottom edge. |
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Media.Transitions.LinearWipeTransitionType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2