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



The LinearWipeTransitionType Enumeration supports WPF/Silverlight.

Values for the LinearWipeTransition.TransitionType property.

Syntax

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

Members

MemberDescription
BottomToTopWipe bottom to top. The old image remains underneath. The new image unrolls from the bottom edge moving toward the top edge.
LeftBottomToRightTopWipe left-bottom to right-top. The old image remains underneath. The new image unrolls from the bottom left corner moving along a diagonal toward the top right corner.
LeftTopToRightBottomWipe left-top to right-bottom. The old image remains underneath. The new image unrolls from the top left corner, moving along a diagonal toward the bottom right corner.
LeftToRightWipe left to right. The old image remains underneath. The new image unrolls from the left edge moving toward the right edge.
RightBottomToLeftTopWipe right-bottom to left-top. The old image remains underneath. The new image unrolls from the left edge moving toward the right edge.
RightToLeftWipe right to left. The old image remains underneath. The new image unrolls from the right edge moving toward the left edge.
RightTopToLeftBottomWipe right-top to left-bottom. The old image remains underneath. The new image unrolls from the top right corner moving along a diagonal toward the bottom left corner.
TopToBottomWipe top to bottom. The old image remains underneath. The new image unrolls from the top edge moving toward the bottom edge.

Remarks

The LinearWipeTransition.TransitionType property specifies the type of linear wipe transition to be used.

Inheritance Hierarchy

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

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