Leadtools.Windows.Media.Transitions Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
PushTransitionType Enumeration
See Also  
Leadtools.Windows.Media.Transitions Namespace : PushTransitionType Enumeration





Values for the PushTransition.TransitionType property.

Syntax

Visual Basic (Declaration) 
Public Enum PushTransitionType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As PushTransitionType
C# 
public enum PushTransitionType : Enum 
C++/CLI 
public enum class PushTransitionType : public Enum 
XAML Attributes Usage 

<object TransitionType=Leadtools.Windows.Media.Transitions.PushTransitionType .../>

XAML Attributes Usage 

<object TransitionType=Leadtools.Windows.Media.Transitions.PushTransitionType .../>

Members

MemberDescription
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.
BottomToTop Push bottom to top. The new image pushes out the old image, moving from bottom to top.

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 XP, Windows Server 2003 family, Windows Server 2008 family

See Also