windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-dot-office2013styleoptions.md
Provides access to the settings applied in Office 2013 style, such as the BackstageViewControl content offset and animation on showing/hiding the control.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Appearance")]
public BackstageViewOffice2013StyleOptions Office2013StyleOptions { get; set; }
<DXCategory("Appearance")>
Public Property Office2013StyleOptions As BackstageViewOffice2013StyleOptions
| Type | Description |
|---|---|
| DevExpress.XtraBars.Ribbon.BackstageViewOffice2013StyleOptions |
A BackstageViewOffice2013StyleOptions object that contains settings applied in Office 2013 style.
|
The Office2013StyleOptions property stores a BackstageViewOffice2013StyleOptions object, which specifies 3 properties:
The figure below illustrates the example.
The Office2013StyleOptions property takes effect only if the parent RibbonControl is in the Office 2013 style. To set the ribbon style, use the RibbonControl.RibbonStyle property.
See Also