RotateTransitionType Enumeration

Summary
Values for the RotateTransition.TransitionType property.
Syntax
C#
C++/CLI
public enum RotateTransitionType 
public enum class RotateTransitionType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0LeftToRightRotate from left to right. The old image remains in place. The new image begins appearing from the left.
1RightToLeftRotate from right to left. The old image remains in place. The new image begins appearing from the right.
2TopToBottomRotate from top to bottom. The old image remains in place. The new image begins appearing from the top.
3BottomToTopRotate from bottom to top. The old image remains in place. The new image begins appearing from the bottom.
Remarks

The RotateTransition.TransitionType property specifies the type of rotational 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.