Skip to main content

SplashFormProperties.UseFadeOutEffect Property

Gets or sets whether to use a fade-out effect when a splash form is being closed.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
public bool UseFadeOutEffect { get; set; }

Property Value

Type Default Description
Boolean true

true to use a fade-out effect when a splash form is being closed; otherwise, false.

See Also