Skip to main content

FluentSplashScreenOptions.LoadingIndicatorType Property

Gets or sets the loading indicator kind.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.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.

Property Paths

You can access this nested property as listed below:

Object Type Path to LoadingIndicatorType
FluentSplashScreenOptions
.Default .LoadingIndicatorType

Remarks

image

The following indicator types are available.

  • FluentLoadingIndicatorType.Dots

    image

  • FluentLoadingIndicatorType.Ring

    image

  • FluentLoadingIndicatorType.Spinner

    image

See Also