Skip to main content

SplashFormProperties.UseFadeInEffect Property

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

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Boolean true

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

See Also