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
RectangularTransitionType Enumeration
See Also  
Leadtools.Windows.Media.Transitions Namespace : RectangularTransitionType Enumeration



The RectangularTransitionType Enumeration supports WPF/Silverlight.

Values for the RectangularTransition.TransitionType property.

Syntax

Visual Basic (Declaration) 
Public Enum RectangularTransitionType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RectangularTransitionType
C# 
public enum RectangularTransitionType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class RectangularTransitionType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
InWipe rectangle in. The old image begins disappearing, starting from the edges and moving toward the center.
InterlaceInInWipe rectangle interlace in then in. A series of concentric rectangular rings begin appearing, covering the old image, starting from the outward edges. When that operation completes, the rest of the image gets filled in, starting from the outward edges and moving to the center.
InterlaceInOutWipe rectangle interlace in then out. A series of concentric rectangular rings begin appearing, covering the old image, starting from the outward edges. When that operation completes, the rest of the image gets filled in, starting from the center and moving toward the edges.
InterlaceOutInWipe rectangle interlace out then in. A series of concentric rectangular rings begin appearing, covering the old image, starting from the center. When that operation completes, the rest of the image gets filled in, starting from the outward edges and moving to the center.
InterlaceOutOutWipe rectangle interlace out then out. A series of concentric rectangular rings begin appearing, covering the old image, starting from the center. When that operation completes, the rest of the image gets filled in, starting from the center and moving outward to the center.
OutWipe rectangle out. The old image remains in place. A small rectangle of the new image appears in the center and grows outward until the old image is covered.

Remarks

The RectangularTransition.TransitionType property specifies the type of rectangular transition to be used.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Media.Transitions.RectangularTransitionType

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