SplashFormProperties(Form, Boolean, Boolean) Constructor
Initializes a new instance of the SplashFormProperties class and allows you to enable and disable fade-in and fade-out effects.
Namespace: DevExpress.XtraSplashScreen
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
parentForm | Form | A parent form for a splash form. |
useFadeIn | Boolean | true to use a fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the SplashFormProperties.UseFadeInEffect property. |
useFadeOut | Boolean | false to use a fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the SplashFormProperties.UseFadeOutEffect property. |
See Also