Skip to main content

BaseTransition.AnimationInProgress Property

Gets whether the transition is in progress.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Browsable(false)]
public bool AnimationInProgress { get; }

Property Value

Type Description
Boolean

true if the transition is in progress; otherwise, false.

See Also