[]
        
(Showing Draft Content)

C1.WPF.C1ListViewer.ZoomAnimation

ZoomAnimation Method

ZoomAnimation(double, Point, Action)

Call a zooms animation.

Declaration
public void ZoomAnimation(double targetZoom, Point screenPoint, Action completed)
Public Sub ZoomAnimation(targetZoom As Double, screenPoint As Point, completed As Action)
Parameters
Type Name Description
double targetZoom

The target zoom.

Point screenPoint

A screen point where the animation is anchored.

Action completed

Action called when the the animation completed.