Visual Basic (Declaration) | |
---|---|
Public Enum LinearWipeTransitionType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum LinearWipeTransitionType : Enum |
C++/CLI | |
---|---|
public enum class LinearWipeTransitionType : public Enum |
XAML Attributes Usage | |
---|---|
<object TransitionType=Leadtools.Windows.Media.Transitions.LinearWipeTransitionType .../> |
XAML Attributes Usage | |
---|---|
<object TransitionType=Leadtools.Windows.Media.Transitions.LinearWipeTransitionType .../> |
Member | Description |
---|---|
LeftToRight | Wipe left to right. 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. |
TopToBottom | Wipe top to bottom. The old image remains underneath. The new image unrolls from the top edge moving toward the bottom edge. |
BottomToTop | Wipe bottom to top. The old image remains underneath. The new image unrolls from the bottom edge moving toward the top edge. |
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. |
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. |
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. |
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. |
The LinearWipeTransition.TransitionType property specifies the type of linear wipe transition to be used.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Media.Transitions.LinearWipeTransitionType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family