Basic Library for WPF/Silverlight
ZoomAnimation メソッド (C1ListViewer)

C1.WPF.4 アセンブリ > C1.WPF 名前空間 > C1ListViewer クラス : ZoomAnimation メソッド
ターゲットズーム。
アニメーションの固定位置となる画面ポイント。
アニメーションが完了したときに呼び出されるアクション。
ズームアニメーションを呼び出します。
シンタックス
'宣言
 
Public Sub ZoomAnimation( _
   ByVal targetZoom As System.Double, _
   ByVal screenPoint As System.Windows.Point, _
   ByVal completed As System.Action _
) 
public void ZoomAnimation( 
   System.double targetZoom,
   System.Windows.Point screenPoint,
   System.Action completed
)

パラメータ

targetZoom
ターゲットズーム。
screenPoint
アニメーションの固定位置となる画面ポイント。
completed
アニメーションが完了したときに呼び出されるアクション。
参照

C1ListViewer クラス
C1ListViewer メンバ