Skip to main content

SplashFormProperties.AllowGlowEffect Property

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

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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