Back to Devexpress

ApplicationMenu.RibbonStyle Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-applicationmenu-c5330834.md

latest2.0 KB
Original Source

ApplicationMenu.RibbonStyle Property

Gets the ApplicationMenu’s paint style. This is a dependency property.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public RibbonStyle RibbonStyle { get; protected set; }
vb
Public Property RibbonStyle As RibbonStyle

Property Value

TypeDescription
RibbonStyle

A RibbonStyle value that specifies the ApplicationMenu’s paint style.

|

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 ApplicationMenu is painted according to the RibbonControl’s paint style, specified by the RibbonControl.RibbonStyle property. The RibbonStyle property returns the value of the RibbonControl.RibbonStyle property.

See Also

ApplicationMenu Class

ApplicationMenu Members

DevExpress.Xpf.Ribbon Namespace