PushTransition(Image, Image, IPushAnimationParameters) Constructor
Initializes a new instance of the PushTransition class with specified settings.
Namespace: DevExpress.Utils.Animation
Assembly: DevExpress.Utils.v24.2.dll
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 | IPushAnimationParameters | An object that specifies animation parameters. |
See Also