Back to Devexpress

RibbonControl.AeroBorderRibbonStyle Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-2f256507.md

latest2.0 KB
Original Source

RibbonControl.AeroBorderRibbonStyle Property

Gets or sets the RibbonControl‘s border style within the Aero Window.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
[Browsable(false)]
public RibbonStyle AeroBorderRibbonStyle { get; set; }
vb
<Browsable(False)>
Public Property AeroBorderRibbonStyle As RibbonStyle

Property Value

TypeDescription
RibbonStyle

The RibbonStyle enumerator value that specifies the RibbonControl‘s border style within the Aero Window.

|

Available values:

NameDescription
Office2007

A RibbonControl’s elements are painted in the Office2007 paint style.

| | Office2010 |

A RibbonControl’s elements are painted in the Office2010 paint style.

| | TabletOffice |

Style inspired by the Ribbon control in MS Office for iPad.

| | OfficeSlim |

The Ribbon style inspired by the ribbon UI introduced in Microsoft “Office Universal” apps.

| | Office2019 |

A RibbonControl’s elements are painted in the Office2017 paint style.

|

Remarks

The DXWindow.IsAeroMode property specifies whether the DXRibbonWindow is currently in the Aero Mode.

See Also

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace