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





Values for the SlideTransition.TransitionType property.

Syntax

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

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

XAML Attributes Usage 

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

Members

MemberDescription
LeftToRight Slide from left to right. The old image remains in place. The new image slides in from the right.
RightToLeft Slide from right to left. The old image remains in place. The new image slides in from the left.
TopToBottom Slide from top to bottom. The old image remains in place. The new image slides in from the bottom.
BottomToTop Slide from bottom to top. The old image remains in place. The new image slides in from the to[.

Remarks

The SlideTransition.TransitionType property specifies the type of slide transition to be used.

Inheritance Hierarchy

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

Requirements

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

See Also