ISplashScreenProperties Interface
Provides properties that specify the built-in splash screen.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public interface ISplashScreenProperties :
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
Related API Members
The following members return ISplashScreenProperties objects:
Remarks
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.