FluentSplashScreenOptions.LoadingIndicatorType Property
Gets or sets the loading indicator kind.
Namespace: DevExpress.XtraSplashScreen
Assembly: DevExpress.XtraEditors.v24.1.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 |
|
Remarks
The following indicator types are available.
FluentLoadingIndicatorType.Dots
FluentLoadingIndicatorType.Ring
FluentLoadingIndicatorType.Spinner
See Also