BaseTransition.Parameters Property
Provides access to transition parameters such as the frame count, time interval between frames, etc.
Namespace: DevExpress.Utils.Animation
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| IAnimationParameters | An IAnimationParameters object that specifies transition parameters. |
See Also