LEADTOOLS WPF (Leadtools.Windows.Media.Transitions assembly)
LEAD Technologies, Inc

LinearWipeTransitionType Enumeration






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 LinearWipeTransitionType : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Windows.Media.Transitions.LinearWipeTransitionType = function() { };
Leadtools.Windows.Media.Transitions.LinearWipeTransitionType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class LinearWipeTransitionType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Windows.Media.Transitions Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.