Share via


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();
public Action<double> GetCallback ();
member this.GetCallback : unit -> Action<double>
Public Function GetCallback () As Action(Of 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