Skip to main content

CoverTransition.Parameters Property

Provides access to parameters that specify the cover transition.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public ICoverAnimationParameters Parameters { get; }

Property Value

Type Description
DevExpress.Utils.Animation.ICoverAnimationParameters

An object that specifies cover transition parameters.

See Also