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
LinearWipeTransition Class
See Also  Members  
Leadtools.Windows.Media.Transitions Namespace : LinearWipeTransition Class



The LinearWipeTransition Class supports WPF/Silverlight.

The LinearWipeTransition class gives you precise control over Linear Wipe transitions.

Object Model

LinearWipeTransition Class

Syntax

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

Example

This example will create a LinearWipeTransition 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.LinearWipeTransition

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