The TransitionBase Class supports WPF/Silverlight.
Base class for all transition classes.
| Visual Basic (Declaration) | |
|---|---|
Public MustInherit Class TransitionBase Inherits System.Windows.Media.Animation.Animatable Implements IAnimatable  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As TransitionBase  | |
| C# | |
|---|---|
public abstract class TransitionBase : System.Windows.Media.Animation.Animatable, IAnimatable  | |
| C++/CLI | |
|---|---|
public ref class TransitionBase abstract : public System.Windows.Media.Animation.Animatable, IAnimatable  | |
System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Freezable
            System.Windows.Media.Animation.Animatable
               Leadtools.Windows.Media.Transitions.TransitionBase
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
  
   
                    
Copy Code