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



The SlideTransition Class supports WPF/Silverlight.

The SlideTransition class gives you precise control over Slide transitions.

Object Model

SlideTransition Class

Syntax

Visual Basic (Declaration) 
Public Class SlideTransition 
   Inherits TransitionBase
   Implements IAnimatable 
Visual Basic (Usage)Copy Code
Dim instance As SlideTransition
C# 
public class SlideTransition : TransitionBase, IAnimatable  
C++/CLI 
public ref class SlideTransition : public TransitionBase, IAnimatable  

Example

This example will create a SlideTransition and apply it to a Leadtools.Windows.Controls.ImageViewer control.

Inheritance Hierarchy

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

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