Leadtools.Windows.Media.Transitions Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
TransitionType Property
See Also 
Leadtools.Windows.Media.Transitions Namespace > RotateTransition Class : TransitionType Property



Gets or sets the type of RotateTransition.

Syntax

Visual Basic (Declaration) 
Public Property TransitionType As RotateTransitionType
Visual Basic (Usage)Copy Code
Dim instance As RotateTransition
Dim value As RotateTransitionType
 
instance.TransitionType = value
 
value = instance.TransitionType
C# 
public RotateTransitionType TransitionType {get; set;}
C++/CLI 
public:
property RotateTransitionType TransitionType {
   RotateTransitionType get();
   void set (RotateTransitionType value);
}

Return Value

An RotateTransitionType enumeration value that specifies the behaviour of the RotateTransition.

Example

For XAML example, refer to RotateTransition.

For C#/VB examples, refer to RotateTransition.

Requirements

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

See Also