Skip to main content

Transition.LineWaitingIndicatorProperties Property

Provides access to Bar indicator settings. This indicator is active when the WaitingAnimatorType is set to “Line”.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public ILineWaitingIndicatorProperties LineWaitingIndicatorProperties { get; }

Property Value

Type Description
DevExpress.Utils.Animation.ILineWaitingIndicatorProperties

An object that stores Line waiting indicator settings.

See Also