IAnimationParameters.Combine(IAnimationParameters) Method
Assigns the specified object’s values to the corresponding values that are not set in this object.
Namespace: DevExpress.Utils.Animation
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
defaultParameters | IAnimationParameters | An IAnimationParameters object that specifies transition parameters. |
See Also