Skip to main content
A newer version of this page is available. .

FluentSplashScreenOptions.LoadingIndicatorType Property

Gets or sets the loading indicator kind.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(FluentLoadingIndicatorType.Dots)]
public FluentLoadingIndicatorType LoadingIndicatorType { get; set; }

Property Value

Type Default Description
DevExpress.XtraSplashScreen.FluentLoadingIndicatorType **Dots**

The loading indicator kind.

Remarks

The following indicator types are available.

  • FluentLoadingIndicatorType.Dots

  • FluentLoadingIndicatorType.Ring

  • FluentLoadingIndicatorType.Spinner

See Also