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

CoverTransition.Parameters Property

Provides access to parameters that specify the cover transition.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public ICoverAnimationParameters Parameters { get; }

Property Value

Type Description
DevExpress.Utils.Animation.ICoverAnimationParameters

An object that specifies cover transition parameters.

See Also