windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-customization-e732faba.md
Provides properties that specify the built-in splash screen.
Namespace : DevExpress.XtraBars.Docking2010.Customization
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public interface ISplashScreenProperties :
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
Public Interface ISplashScreenProperties
Inherits IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
The following members return ISplashScreenProperties objects:
The WindowsUIView displays a splash screen at the application startup if the UseSplashScreen option is enabled.
The WindowsUIView.SplashScreenProperties property provides access to a ISplashScreenProperties object that allows you to specify the following properties:
Image — Gets or sets the splash screen’s image.
ShowImage — Gets or sets whether to display the splash screen’s image.
ImageLocation — Gets or sets the image location.
ImageToCaptionDistance — Gets or sets the distance between the image and the caption.
Caption — Gets or sets the splash screen’s caption.
ShowCaption — Gets or sets whether to display the splash screen’s caption.
AppearanceCaption — Provides access to appearance settings of the caption.
CaptionToLoadingElementsDistance — Gets or sets the distance between the caption and the description.
LoadingDescription — Gets or sets the splash screen’s description displayed next to the loading icon.
ShowLoadingDescription — Gets or sets whether to display the splash screen’s description.
AppearanceLoadingDescription — Provides access to appearance settings of the description.
See Also