Skip to main content
All docs
V26.1
  • Transition.BarWaitingIndicatorProperties Property

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

    Namespace: DevExpress.Utils.Animation

    Assembly: DevExpress.Utils.v26.1.dll

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

    Declaration

    public IBarWaitingIndicatorProperties BarWaitingIndicatorProperties { get; }

    Property Value

    Type Description
    DevExpress.Utils.Animation.IBarWaitingIndicatorProperties

    An object that stores Bar waiting indicator settings.

    See Also