Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.Media.Transitions assembly)

Show in webframe

BlindTransitionType Enumeration






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

            

            
public enum class BlindTransitionType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000002LeftToRight(0x00000001)A Blind growing from left to right.
0x00000002GrowingLeftToRightA Blind growing from left to right.
0x00000003GrowingRightToLeftA Blind growing from right to left.
0x00000004GrowingTopToBottomA Blind growing from top to bottom.
0x00000004TopToBottom(0x00000000)A Blind growing from top to bottom.
0x00000005GrowingBottomToTopA Blind growing from bottom to top.
Remarks
The BlindTransition.TransitionType property specifies the type of "venetian" blind transition to be applied.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Windows.Media.Transitions Namespace

Error processing SSI file