Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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