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

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

Declaration

public IAnimationParameters Parameters { get; }

Property Value

Type Description
IAnimationParameters

An IAnimationParameters object that specifies transition parameters.

See Also