ShapeTransition(Image, Image, IShapeAnimationParameters) Constructor
Initializes a new instance of the ShapeTransition class with specified settings.
Namespace: DevExpress.Utils.Animation
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
from | Image | An object that specifies the first image in the transition. |
to | Image | An object that specifies the last image in the transition. |
parameters | IShapeAnimationParameters | An object that contains transition parameters. |
See Also