Visual Basic (Declaration) | |
---|---|
Public Enum RectangularTransitionType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RectangularTransitionType : Enum |
C++/CLI | |
---|---|
public enum class RectangularTransitionType : public Enum |
XAML Attributes Usage | |
---|---|
<object TransitionType=Leadtools.Windows.Media.Transitions.RectangularTransitionType .../> |
XAML Attributes Usage | |
---|---|
<object TransitionType=Leadtools.Windows.Media.Transitions.RectangularTransitionType .../> |
Member | Description |
---|---|
Out | Wipe rectangle out. The old image remains in place. A small rectangle of the new image appears in the center and grows outward until the old image is covered. |
In | Wipe rectangle in. The old image begins disappearing, starting from the edges and moving toward the center. |
InterlaceInIn | Wipe rectangle interlace in then in. A series of concentric rectangular 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. |
InterlaceOutOut | Wipe rectangle interlace out then out. A series of concentric rectangular 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. |
InterlaceInOut | Wipe rectangle interlace in then out. A series of concentric rectangular 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. |
InterlaceOutIn | Wipe rectangle interlace out then in. A series of concentric rectangular 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. |
The RectangularTransition.TransitionType property specifies the type of rectangular transition to be used.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Media.Transitions.RectangularTransitionType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family