PushTransitionType Enumeration

Summary
Values for the PushTransition.TransitionType property.
Syntax
C#
C++/CLI
public enum PushTransitionType 
public enum class PushTransitionType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0LeftToRightPush left to right. The new image pushes out the old image, moving from left to right.
1RightToLeftPush right to left. The new image pushes out the old image, moving from right to left.
2TopToBottomPush top to bottom. The new image pushes out the old image, moving from top to bottom.
3BottomToTopPush 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.

Requirements

Target Platforms

Help Version 22.0.2022.12.8
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Transitions Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.