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



The TransitionBase Class supports WPF/Silverlight.

Base class for all transition classes.

Object Model

TransitionBase Class

Syntax

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  

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Freezable
            System.Windows.Media.Animation.Animatable
               Leadtools.Windows.Media.Transitions.TransitionBase

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