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





Values for the EllipticalTransition.TransitionType property.

Syntax

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

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

XAML Attributes Usage 

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

Members

MemberDescription
CenterIn Ellipse center in. The old image remains underneath. The new image appears in the area outside the ellipse which is centered in the image but is very large. The ellipse gets smaller and smaller and as it does more of the new image appears.
CenterOut Ellipse center out. The old image remains underneath. The new image appears in a elliptical shape, starting very small in the center of the image and growing outward.
LeftIn Ellipse left in. The ellipse is very large, and has its center to the left of the left edge of the image. The ellipse remains the same size. It is pulled to the left, and as it is pulled it pulls in the new image starting from the right side and moving left.
LeftOut Ellipse left out. The ellipse is very large, and has its center to the left of the left edge of the image. The ellipse remains the same size. It is pushed to the right and as it is pushed the new image appears starting from the left and moving to the right.
RightIn Ellipse right in. The ellipse is very large, and has its center to the right of the right edge of the image. The ellipse remains the same size. It is pulled to the right, and as it is pulled it pulls in the new image starting from the left side and moving right.
RightOut Ellipse right out. The ellipse is very large, and completely to the right of the right edge of the image. The ellipse remains the same size. It is pushed to the left and as it is pushed the new image appears starting from the right and moving to the left.
TopIn Ellipse top in. The ellipse is very large, and has its center above the top edge of the image. The ellipse remains the same size. It is pulled vertically, and as it is pulled it pulls in the new image starting from the bottom and moving to the top.
TopOut Ellipse top out. The ellipse is very large, and completely above the top of the image. The ellipse remains the same size. It is pushed to the bottom and as it is pushed the new image appears starting from the top and moving to the bottom.
BottomIn Ellipse bottom in. The ellipse is very large, and has its center below the bottom edge of the image. The ellipse remains the same size. It is pulled down to the bottom, and as it is pulled it pulls in the new image starting from the top and moving to the bottom.
BottomOut Ellipse bottom out. The ellipse is very large, and completely below the bottom of the image. The ellipse remains the same size. It is pushed to the top and as it is pushed the new image appears starting from the bottom and moving to the top.
CenterInterlaceInIn Ellipse center interlace in then in. A series of concentric elliptical rings begin appearing, covering the old image, starting from the outward edges. When that operation completes, the rest of the image gets filled in, starting from the outward edges and moving to the center.
CenterInterlaceOutOut Ellipse center interlace out then out. A series of concentric elliptical rings begin appearing, covering the old image, starting from the center. When that operation completes, the rest of the image gets filled in, starting from the center and moving outward to the center.
CenterInterlaceInOut Ellipse center interlace in then out. A series of concentric elliptical rings begin appearing, covering the old image, starting from the outward edges. When that operation completes, the rest of the image gets filled in, starting from the center and moving toward the edges.
CenterInterlaceOutIn Ellipse center interlace out then in. A series of concentric elliptical rings begin appearing, covering the old image, starting from the center. When that operation completes, the rest of the image gets filled in, starting from the outward edges and moving to the center.

Remarks

The EllipticalTransition.TransitionType property specifies the type of elliptical transition to be used.

Inheritance Hierarchy

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

Requirements

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

See Also