LinearWipeTransitionType Enumeration

Summary
Values for the LinearWipeTransition.TransitionType property.
Syntax
C#
VB
C++
public enum LinearWipeTransitionType 
  
Public Enum LinearWipeTransitionType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class LinearWipeTransitionType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0LeftToRightWipe left to right. The old image remains underneath. The new image unrolls from the left edge moving toward the right edge.
1RightToLeftWipe right to left. The old image remains underneath. The new image unrolls from the right edge moving toward the left edge.
2TopToBottomWipe top to bottom. The old image remains underneath. The new image unrolls from the top edge moving toward the bottom edge.
3BottomToTopWipe bottom to top. The old image remains underneath. The new image unrolls from the bottom edge moving toward the top edge.
4LeftTopToRightBottomWipe 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.
5RightTopToLeftBottomWipe 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.
6LeftBottomToRightTopWipe 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.
7RightBottomToLeftTopWipe 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.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Transitions Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.