Skip to main content

Transition.WaitingAnimatorType Property

Gets or sets the Wait Indicator type - bar, ring, or line. Wait Indicators are visible when the ShowWaitingIndicator property is enabled.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DefaultValue(WaitingAnimatorType.Default)]
public WaitingAnimatorType WaitingAnimatorType { get; set; }

Property Value

Type Default Description
DevExpress.Utils.Animation.WaitingAnimatorType Default

The Wait Indicator type.

See Also