Back to Devexpress

DXWindow.IsAeroMode Property

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

latest1.2 KB
Original Source

DXWindow.IsAeroMode Property

Gets or sets whether to activate the Aero Glass effect for a window. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsAeroMode { get; set; }
vb
Public Property IsAeroMode As Boolean

Property Value

TypeDescription
Boolean

true to activate the Aero Glass effect; otherwise, false.

|

Remarks

The Aero Glass effect can be enabled for DXWindow if the operating system uses the Windows Aero theme.

Note

Supported Operating Systems : Windows Vista and higher.

See Also

DXWindow Class

DXWindow Members

DevExpress.Xpf.Core Namespace