windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-075d20a8.md
Provides access to animation settings for this RibbonControl.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public RibbonOptionsAnimation OptionsAnimation { get; }
<DXCategory("Appearance")>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property OptionsAnimation As RibbonOptionsAnimation
| Type | Description |
|---|---|
| DevExpress.XtraBars.Ribbon.RibbonOptionsAnimation |
A DevExpress.XtraBars.Ribbon.RibbonOptionsAnimation object that stores animation settings for this RibbonControl.
|
Through the OptionsAnimation group you can access properties that affect Ribbon animations.
See Also