The BlindTransitionType Enumeration supports WPF/Silverlight.
Values for the BlindTransition.TransitionType property.| Visual Basic (Declaration) | |
|---|---|
Public Enum BlindTransitionType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As BlindTransitionType | |
| C# | |
|---|---|
public enum BlindTransitionType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class BlindTransitionType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| GrowingBottomToTop | A Blind growing from bottom to top. |
| GrowingLeftToRight | A Blind growing from left to right. |
| GrowingRightToLeft | A Blind growing from right to left. |
| GrowingTopToBottom | A Blind growing from top to bottom. |
| LeftToRight | A Blind growing from left to right. |
| TopToBottom | A Blind growing from top to bottom. |
The BlindTransition.TransitionType property specifies the type of "venetian" blind transition to be applied.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Media.Transitions.BlindTransitionType
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code