Animation.GetCallback Method

Definition

Returns a callback that recursively runs the eased animation step on this Animation object and those of its children that have begun and not finished.

public Action<double> GetCallback ();
member this.GetCallback : unit -> Action<double>

Returns

A callback that recursively runs the eased animation step on this Animation object and those of its children that have begun and not finished.

Applies to