Back to Devexpress

RibbonControl.IsAeroMode Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-270b05d5.md

latest1.4 KB
Original Source

RibbonControl.IsAeroMode Property

Gets whether this RibbonControl is currently in Aero mode.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

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

Property Value

TypeDescription
Boolean

true, if this RibbonControl is currently in Aero mode; otherwise, false.

|

Remarks

If a RibbonControl is hosted within a DXRibbonWindow, use the DXWindow.IsAeroMode property to turn on/off the Aero Glass effect.

See Also

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace