LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Transitions assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ZoomTransitionType Enumeration
See Also  
Leadtools.Windows.Media.Transitions Namespace : ZoomTransitionType Enumeration



The ZoomTransitionType Enumeration supports WPF/Silverlight.

Values for the ZoomTransition.TransitionType property.

Syntax

Visual Basic (Declaration) 
Public Enum ZoomTransitionType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ZoomTransitionType
C# 
public enum ZoomTransitionType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ZoomTransitionType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
FromCenterZoom from center. The image starts out very small and grows larger, staying centered.
ToCenterZoom to center. The image starts out large and grows very small, staying centered.

Remarks

The ZoomTransition.TransitionType property specifies the type of zoom transition to be used.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also