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





Values for the LinearWipeTransition.TransitionType property.

Syntax

Visual Basic (Declaration) 
Public Enum LinearWipeTransitionType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As LinearWipeTransitionType
C# 
public enum LinearWipeTransitionType : Enum 
C++/CLI 
public enum class LinearWipeTransitionType : public Enum 
XAML Attributes Usage 

<object TransitionType=Leadtools.Windows.Media.Transitions.LinearWipeTransitionType .../>

XAML Attributes Usage 

<object TransitionType=Leadtools.Windows.Media.Transitions.LinearWipeTransitionType .../>

Members

MemberDescription
LeftToRight Wipe left to right. The old image remains underneath. The new image unrolls from the left edge moving toward the right edge.
RightToLeft Wipe right to left. The old image remains underneath. The new image unrolls from the right edge moving toward the left edge.
TopToBottom Wipe top to bottom. The old image remains underneath. The new image unrolls from the top edge moving toward the bottom edge.
BottomToTop Wipe bottom to top. The old image remains underneath. The new image unrolls from the bottom edge moving toward the top edge.
LeftTopToRightBottom Wipe 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.
RightTopToLeftBottom Wipe 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.
LeftBottomToRightTop Wipe 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.
RightBottomToLeftTop Wipe right-bottom to left-top. The old image remains underneath. The new image unrolls from the left edge moving toward the right 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 XP, Windows Server 2003 family, Windows Server 2008 family

See Also