LEADTOOLS WPF (Leadtools.Windows.Media.Transitions assembly)

LinearWipeTransitionType Enumeration

Show in webframe





Values for the LinearWipeTransition.TransitionType property.
Syntax
public enum LinearWipeTransitionType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum LinearWipeTransitionType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As LinearWipeTransitionType

            

            
public enum class LinearWipeTransitionType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000LeftToRightWipe left to right. The old image remains underneath. The new image unrolls from the left edge moving toward the right edge.
0x00000001RightToLeftWipe right to left. The old image remains underneath. The new image unrolls from the right edge moving toward the left edge.
0x00000002TopToBottomWipe top to bottom. The old image remains underneath. The new image unrolls from the top edge moving toward the bottom edge.
0x00000003BottomToTopWipe bottom to top. The old image remains underneath. The new image unrolls from the bottom edge moving toward the top edge.
0x00000004LeftTopToRightBottomWipe 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.
0x00000005RightTopToLeftBottomWipe 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.
0x00000006LeftBottomToRightTopWipe 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.
0x00000007RightBottomToLeftTopWipe 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

See Also

Reference

Leadtools.Windows.Media.Transitions Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.