←Select platform

SlideTransitionType Enumeration

Summary

Values for the SlideTransition.TransitionType property.

Syntax

C#
VB
C++
public enum SlideTransitionType 
  
Public Enum SlideTransitionType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class SlideTransitionType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0LeftToRightSlide from left to right. The old image remains in place. The new image slides in from the right.
1RightToLeftSlide from right to left. The old image remains in place. The new image slides in from the left.
2TopToBottomSlide from top to bottom. The old image remains in place. The new image slides in from the bottom.
3BottomToTopSlide 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Transitions Assembly