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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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