←Select platform

BlindTransitionType Enumeration

Summary

Values for the BlindTransition.TransitionType property.

Syntax

C#
VB
C++
public enum BlindTransitionType 
  
Public Enum BlindTransitionType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class BlindTransitionType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0TopToBottom(0x00000000)A Blind growing from top to bottom.
1LeftToRight(0x00000001)A Blind growing from left to right.
2GrowingLeftToRightA Blind growing from left to right.
3GrowingRightToLeftA Blind growing from right to left.
4GrowingTopToBottomA Blind growing from top to bottom.
5GrowingBottomToTopA Blind growing from bottom to top.
Remarks

The BlindTransition.TransitionType property specifies the type of "venetian" blind transition to be applied.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Transitions Assembly