Skip to main content

SplashFormBase.InactiveGlowColor Property

Gets or sets the color of the glow effect for the current splash form displayed in the inactive state.

Namespace: DevExpress.XtraSplashForm

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public Color InactiveGlowColor { get; set; }

Property Value

Type Description
Color

A Color structure that specifies the color of the glow effect for the current splash form.

Remarks

A splash form can be displayed using the glow effect. To enable this effect, call the SplashScreenManager.ShowForm method with the allowGlowEffect parameter set to true. The InactiveGlowColor property specifies the glow color for the current SplashFormBase in the inactive state. To specify the glow color for the active state, use the SplashFormBase.ActiveGlowColor property.

See Also