LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Transitions assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
PushTransitionType Enumeration
See Also  
Leadtools.Windows.Media.Transitions Namespace : PushTransitionType Enumeration



The PushTransitionType Enumeration supports WPF/Silverlight.

Values for the PushTransition.TransitionType property.

Syntax

Visual Basic (Declaration) 
Public Enum PushTransitionType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As PushTransitionType
C# 
public enum PushTransitionType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class PushTransitionType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BottomToTopPush bottom to top. The new image pushes out the old image, moving from bottom to top.
LeftToRightPush left to right. The new image pushes out the old image, moving from left to right.
RightToLeftPush right to left. The new image pushes out the old image, moving from right to left.
TopToBottomPush top to bottom. The new image pushes out the old image, moving from top to bottom.

Remarks

The PushTransition.TransitionType property specifies the type of push transition to be used.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Media.Transitions.PushTransitionType

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also