The PushTransitionType Enumeration supports WPF/Silverlight.
Values for the PushTransition.TransitionType property.| Visual Basic (Declaration) | |
|---|---|
Public Enum PushTransitionType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PushTransitionType | |
| C# | |
|---|---|
public enum PushTransitionType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class PushTransitionType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| BottomToTop | Push bottom to top. The new image pushes out the old image, moving from bottom to top. |
| LeftToRight | Push left to right. The new image pushes out the old image, moving from left to right. |
| RightToLeft | Push right to left. The new image pushes out the old image, moving from right to left. |
| TopToBottom | Push top to bottom. The new image pushes out the old image, moving from top to bottom. |
The PushTransition.TransitionType property specifies the type of push transition to be used.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Media.Transitions.PushTransitionType
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code