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





Values for the CircularWipeTransition.TransitionType property.

Syntax

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

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

XAML Attributes Usage 

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

Members

MemberDescription
CenterClockwiseFromLeft Wipe 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.
CenterCounterclockwiseFromLeft Wipe 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.
CenterClockwiseFromRight Wipe 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.
CenterCounterclockwiseFromRight Wipe 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.
CenterClockwiseFromTop Wipe 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.
CenterCounterclockwiseFromTop Wipe 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.
CenterClockwiseFromBottom Wipe 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.
CenterCounterclockwiseFromBottom Wipe 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.
LeftClockwiseFromTop Wipe 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.
LeftCounterclockwiseFromBottom Wipe 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.
RightClockwiseFromBottom Wipe 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.
RightCounterclockwiseFromTop Wipe 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.
TopClockwiseFromRight Wipe 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.
TopCounterclockwiseFromLeft Wipe 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.
BottomClockwiseFromLeft Wipe 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.
BottomCounterclockwiseFromRight Wipe 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.

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

See Also