LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Transitions assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RotateTransitionType Enumeration
See Also  
Leadtools.Windows.Media.Transitions Namespace : RotateTransitionType Enumeration



The RotateTransitionType Enumeration supports WPF/Silverlight.

Values for the RotateTransition.TransitionType property.

Syntax

Visual Basic (Declaration) 
Public Enum RotateTransitionType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RotateTransitionType
C# 
public enum RotateTransitionType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class RotateTransitionType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BottomToTopRotate from bottom to top. The old image remains in place. The new image begins appearing from the bottom.
LeftToRightRotate from left to right. The old image remains in place. The new image begins appearing from the left.
RightToLeftRotate from right to left. The old image remains in place. The new image begins appearing from the right.
TopToBottomRotate from top to bottom. The old image remains in place. The new image begins appearing from the top.

Remarks

The RotateTransition.TransitionType property specifies the type of rotational transition to be used.

Inheritance Hierarchy

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

Requirements

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

See Also