The RotateTransitionType Enumeration supports WPF/Silverlight.
Values for the RotateTransition.TransitionType property.Visual Basic (Declaration) | |
---|---|
Public Enum RotateTransitionType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RotateTransitionType |
C# | |
---|---|
public enum RotateTransitionType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class RotateTransitionType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
BottomToTop | Rotate from bottom to top. The old image remains in place. The new image begins appearing from the bottom. |
LeftToRight | Rotate from left to right. The old image remains in place. The new image begins appearing from the left. |
RightToLeft | Rotate from right to left. The old image remains in place. The new image begins appearing from the right. |
TopToBottom | Rotate from top to bottom. The old image remains in place. The new image begins appearing from the top. |
The RotateTransition.TransitionType property specifies the type of rotational transition to be used.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Media.Transitions.RotateTransitionType
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7