Skip to main content

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

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

Declaration

public IAnimationParameters Parameters { get; }

Property Value

Type Description
IAnimationParameters

An IAnimationParameters object that specifies transition parameters.

See Also