The ZoomTransition Class supports WPF/Silverlight.
The ZoomTransition class gives you precise control over Zoom transitions.
| Visual Basic (Declaration) | |
|---|---|
Public Class ZoomTransition Inherits TransitionBase Implements IAnimatable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ZoomTransition | |
| C# | |
|---|---|
public class ZoomTransition : TransitionBase, IAnimatable | |
| C++/CLI | |
|---|---|
public ref class ZoomTransition : public TransitionBase, IAnimatable | |
This example will create a ZoomTransition and apply it to a Leadtools.Windows.Controls.ImageViewer control.
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
System.Windows.Media.Animation.Animatable
Leadtools.Windows.Media.Transitions.TransitionBase
Leadtools.Windows.Media.Transitions.ZoomTransition
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code