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





Base class for all transition classes.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class TransitionBase 
   Inherits Animatable
Visual Basic (Usage)Copy Code
Dim instance As TransitionBase
C# 
public abstract class TransitionBase : Animatable 
C++/CLI 
public ref class TransitionBase abstract : public Animatable 
XAML Object Element Usage 

This class is abstract; see Inheritance Hierarchy for derived non-abstract classes usable in XAML.

XAML Object Element Usage 

This class is abstract; see Inheritance Hierarchy for derived non-abstract classes usable in XAML.

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 XP, Windows Server 2003 family, Windows Server 2008 family

See Also