RibbonControl.AeroBorderRibbonStyle Property
Gets or sets the RibbonControl‘s border style within the Aero Window.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
[Browsable(false)]
public RibbonStyle AeroBorderRibbonStyle { get; set; }
#Property Value
Type | Description |
---|---|
Ribbon |
The Ribbon |
Available values:
Name | Description |
---|---|
Office2007 | A Ribbon |
Office2010 | A Ribbon |
Tablet |
Style inspired by the Ribbon control in MS Office for i |
Office |
The Ribbon style inspired by the ribbon UI introduced in Microsoft “Office Universal” apps. |
Office2019 | A Ribbon |
#Remarks
The DXWindow.IsAeroMode property specifies whether the DXRibbonWindow is currently in the Aero Mode.