The ZoomTransitionType Enumeration supports WPF/Silverlight.
Values for the ZoomTransition.TransitionType property.| Visual Basic (Declaration) | |
|---|---|
Public Enum ZoomTransitionType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ZoomTransitionType | |
| C# | |
|---|---|
public enum ZoomTransitionType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class ZoomTransitionType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| FromCenter | Zoom from center. The image starts out very small and grows larger, staying centered. |
| ToCenter | Zoom to center. The image starts out large and grows very small, staying centered. |
The ZoomTransition.TransitionType property specifies the type of zoom transition to be used.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Media.Transitions.ZoomTransitionType
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