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

SplashFormProperties.AllowGlowEffect Property

Gets or sets whether the splash form is displayed using the glow effect.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(false)]
public bool AllowGlowEffect { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the splash form is displayed using the glow effect; otherwise, false.

See Also