Back to Devexpress

DXWindow.BorderEffectActiveColor Property

wpf-devexpress-dot-xpf-dot-core-dot-dxwindow-5fb90f54.md

latest2.1 KB
Original Source

DXWindow.BorderEffectActiveColor Property

Gets or sets the color of the active DXWindow‘s border highlighting effect.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public SolidColorBrush BorderEffectActiveColor { get; set; }
vb
Public Property BorderEffectActiveColor As SolidColorBrush

Property Value

TypeDescription
SolidColorBrush

The color of the active DXWindow‘s border highlighting effect.

|

Remarks

The BorderEffectActiveColor property specifies the border highlighting effect color for an active DXWindow. To define the border highlighting effect color for an inactive DXWindow use the DXWindow.BorderEffectInactiveColor property.

To enable the border highlighting effect, use the DXWindow.BorderEffect property. The highlighting effect of the DXWindow depends on the current paint theme. For more details on applying themes, see List of DevExpress WPF Themes.

See Also

BorderEffectInactiveColor

BorderEffect

Theme List

DXWindow Class

DXWindow Members

DevExpress.Xpf.Core Namespace