Back to Devexpress

RibbonControl.OptionsAnimation Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-075d20a8.md

latest2.3 KB
Original Source

RibbonControl.OptionsAnimation Property

Provides access to animation settings for this RibbonControl.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public RibbonOptionsAnimation OptionsAnimation { get; }
vb
<DXCategory("Appearance")>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property OptionsAnimation As RibbonOptionsAnimation

Property Value

TypeDescription
DevExpress.XtraBars.Ribbon.RibbonOptionsAnimation

A DevExpress.XtraBars.Ribbon.RibbonOptionsAnimation object that stores animation settings for this RibbonControl.

|

Remarks

Through the OptionsAnimation group you can access properties that affect Ribbon animations.

  • PageCategoryShowAnimation - gets or sets whether or not custom ribbon categories appear using a slight fade animation effect. This setting affects both category captions and page headers of these contextual tabs. If this property is set to Default , the behavior is controlled by the WindowsFormsSettings.AnimationMode global setting. If the global setting is set to DisableAll or EnableLimited , the animation is disabled. Otherwise, the animation is enabled.

See Also

AnimationMode

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace