wpf-14631-controls-and-libraries-ribbon-bars-and-menu-ribbon-features-ribbon-styles.md
The Ribbon Control supports four styles that differ in appearance as well as behavior. To apply a style to a Ribbon Control, use the RibbonControl.RibbonStyle property.
Note
The RibbonControl.RibbonStyle property described in this topic is not related to the System.Windows.Style property and has a different purpose.
The Ribbon style inspired by the ribbon UI introduced in Microsoft “Office Universal” apps.
Style inspired by the Ribbon control in MS Office for iPad.
Style inspired by the Ribbon control in MS Office 2019.
To implement an application menu found in MS Office 2010, use the BackstageViewControl. Assign a BackstageViewControl to the RibbonControl.ApplicationMenu property. See the Backstage View topic to learn more.
This style emulates the Ribbon used in Microsoft Office 2007.
To implement an application menu found in MS Office 2007, use the ApplicationMenu. Assign an ApplicationMenu to the RibbonControl.ApplicationMenu property. See the Application Menu topic to learn more.