Back to Devexpress

DXWindow.BorderEffect Property

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

latest2.3 KB
Original Source

DXWindow.BorderEffect Property

Gets or sets the DXWindow‘s border highlighting effect.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[DefaultValue(BorderEffect.None)]
public BorderEffect BorderEffect { get; set; }
vb
<DefaultValue(BorderEffect.None)>
Public Property BorderEffect As BorderEffect

Property Value

TypeDefaultDescription
BorderEffectNone

The DXWindow‘s border highlighting effect.

|

Available values:

NameDescription
Default

The default highlighting border effect which depends on a paint theme.

| | None |

No border highlighting effect.

|

Remarks

The following images show a DXRibbonWindow painted in the Office2013 theme, with the border effect set to None and Default , respectively:

The color of the highlighting effect for an active and inactive window can be specified via the DXWindow.BorderEffectActiveColor and DXWindow.BorderEffectInactiveColor properties.

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

BorderEffectActiveColor

BorderEffectInactiveColor

DXWindow Class

DXWindow Members

DevExpress.Xpf.Core Namespace