Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

void Combine(
    IAnimationParameters defaultParameters
)

Parameters

Name Type Description
defaultParameters IAnimationParameters

An IAnimationParameters object that specifies transition parameters.

See Also