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

SplashFormBase.ActiveGlowColor Property

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

Namespace: DevExpress.XtraSplashForm

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Appearance")]
public Color ActiveGlowColor { 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 ActiveGlowColor property specifies the glow color for the current SplashFormBase in the active state. To specify the glow color for the inactive state, use the SplashFormBase.InactiveGlowColor property.

See Also