ComponentOne Basic Library for WPF and Silverlight
ZoomAnimation Method (C1ListViewer)


C1.Silverlight Namespace > C1ListViewer Class : ZoomAnimation Method
The target zoom.
A screen point where the animation is anchored.
Action called when the the animation completed.
Call a zooms animation.
Syntax
'Declaration
 
Public Sub ZoomAnimation( _
   ByVal targetZoom As System.Double, _
   ByVal screenPoint As System.Windows.Point, _
   ByVal completed As System.Action _
) 
'Usage
 
Dim instance As C1ListViewer
Dim targetZoom As System.Double
Dim screenPoint As System.Windows.Point
Dim completed As System.Action
 
instance.ZoomAnimation(targetZoom, screenPoint, completed)
public void ZoomAnimation( 
   System.double targetZoom,
   System.Windows.Point screenPoint,
   System.Action completed
)

Parameters

targetZoom
The target zoom.
screenPoint
A screen point where the animation is anchored.
completed
Action called when the the animation completed.
See Also

Reference

C1ListViewer Class
C1ListViewer Members