Leadtools.Windows.Media.Transitions Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ZoomTransitionType Enumeration
See Also  
Leadtools.Windows.Media.Transitions Namespace : ZoomTransitionType Enumeration





Values for the ZoomTransition.TransitionType property.

Syntax

Visual Basic (Declaration) 
Public Enum ZoomTransitionType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ZoomTransitionType
C# 
public enum ZoomTransitionType : Enum 
C++/CLI 
public enum class ZoomTransitionType : public Enum 
XAML Attributes Usage 

<object TransitionType=Leadtools.Windows.Media.Transitions.ZoomTransitionType .../>

XAML Attributes Usage 

<object TransitionType=Leadtools.Windows.Media.Transitions.ZoomTransitionType .../>

Members

MemberDescription
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.

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 XP, Windows Server 2003 family, Windows Server 2008 family

See Also