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
CircularWipeTransitionType Enumeration
See Also  
Leadtools.Windows.Media.Transitions Namespace : CircularWipeTransitionType Enumeration



The CircularWipeTransitionType Enumeration supports WPF/Silverlight.

Values for the CircularWipeTransition.TransitionType property.

Syntax

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

Members

MemberDescription
BottomClockwiseFromLeftWipe circle bottom clockwise from left. Starting from the 9:00 position and moving clockwise (with the origin at the center of the bottom edge of the image), the new image appears as if swept in by the minute hand.
BottomCounterclockwiseFromRightWipe circle bottom counterclockwise from right. Starting from the 3:00 position and moving counterclockwise (with the origin at the center of the bottom edge of the image), the new image appears as if swept in by the minute hand.
CenterClockwiseFromBottomWipe circle center clockwise from bottom. Starting from the 6:00 position and moving clockwise (with the origin at the center of the image), the new image appears as if swept in by the minute hand.
CenterClockwiseFromLeftWipe circle center clockwise from left. Starting from the 9:00 position and moving clockwise (with the origin at the center of the image), the new image appears as if swept in by the minute hand.
CenterClockwiseFromRightWipe circle center clockwise from right. Starting from the 3:00 position and moving clockwise (with the origin at the center of the image), the new image appears as if swept in by the minute hand.
CenterClockwiseFromTopWipe circle center clockwise from top. Starting from the 12:00 position and moving clockwise (with the origin at the center of the image), the new image appears as if swept in by the minute hand.
CenterCounterclockwiseFromBottomWipe circle center counterclockwise from bottom. Starting from the 6:00 position and moving counterclockwise (with the origin at the center of the image), the new image appears as if swept in by the minute hand.
CenterCounterclockwiseFromLeftWipe circle center counterclockwise from left. Starting from the 9:00 position and moving counterclockwise (with the origin at the center of the image), the new image appears as if swept in by the minute hand.
CenterCounterclockwiseFromRightWipe circle center counterclockwise from right. Starting from the 3:00 position and moving counterclockwise (with the origin at the center of the image), the new image appears as if swept in by the minute hand.
CenterCounterclockwiseFromTopWipe circle center counterclockwise from top. Starting from the 12:00 position and moving counterclockwise (with the origin at the center of the image), the new image appears as if swept in by the minute hand.
LeftClockwiseFromTopWipe circle left clockwise from top. Starting from the 12:00 position and moving clockwise (with the origin at the center of the left edge of the image), the new image appears as if swept in by the minute hand.
LeftCounterclockwiseFromBottomWipe circle left counterclockwise from bottom. Starting from the 6:00 position and moving counterclockwise (with the origin at the center of the left edge of the image), the new image appears as if swept in by the minute hand.
RightClockwiseFromBottomWipe circle right clockwise from bottom. Starting from the 6:00 position and moving clockwise (with the origin at the center of the right edge of the image), the new image appears as if swept in by the minute hand.
RightCounterclockwiseFromTopWipe circle right counterclockwise from top. Starting from the 12:00 position and moving counterclockwise (with the origin at the center of the left edge of the image), the new image appears as if swept in by the minute hand.
TopClockwiseFromRightWipe circle top clockwise from right. Starting from the 6:00 position and moving clockwise (with the origin at the center of the right edge of the image), the new image appears as if swept in by the minute hand.
TopCounterclockwiseFromLeftWipe circle top counterclockwise from left. Starting from the 9:00 position and moving clockwise (with the origin at the center of the top edge of the image), the new image appears as if swept in by the minute hand.

Remarks

The CircularWipeTransition.TransitionType property specifies the type of circular wipe transition to be used.

Inheritance Hierarchy

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

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