BaseTransition.Restart(Image, Image, IAnimationParameters) Method
Runs the transition between the specified frames with the specified parameters.
Namespace: DevExpress.Utils.Animation
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| from | Image | An Image object that specifies the first frame in the transition. |
| to | Image | An Image object that specifies the last frame in the transition. |
| parameters | IAnimationParameters | An IAnimationParameters object that specifies transition parameters. |
See Also