Back to Devexpress

XtraForm.InactiveGlowColor Property

windowsforms-devexpress-dot-xtraeditors-dot-xtraform-ec8cd5ca.md

latest1.7 KB
Original Source

XtraForm.InactiveGlowColor Property

Gets or sets the color of the glow adorning effect applied to the form’s borders when the form is not active.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DXCategory("Appearance")]
public Color InactiveGlowColor { get; set; }
vb
<DXCategory("Appearance")>
Public Property InactiveGlowColor As Color

Property Value

TypeDescription
Color

The color of the glow adorning effect applied to the form’s borders when the form is not active.

|

Remarks

To apply an adorning effect to the form’s borders, set the XtraForm.FormBorderEffect property. The InactiveGlowColor and XtraForm.InactiveGlowColor properties are in effect when the FormBorderEffect.Glow effect is used.

See Also

FormBorderEffect

XtraForm Class

XtraForm Members

DevExpress.XtraEditors Namespace