Back to Devexpress

dxRibbonContextualTabLabelShowAnimationTime Constant

vcl-dxribbon-7cc32a7d.md

latest1.1 KB
Original Source

dxRibbonContextualTabLabelShowAnimationTime Constant

Specifies the animation duration (in milliseconds) to display a contextual tab’s label.

Declaration

delphi
const dxRibbonContextualTabLabelShowAnimationTime: Integer = 300;

Returns

Type
Integer

Remarks

Every time a ribbon’s contextual tab becomes visible, its label fades-in. This constant allows you to set the animation time of the contextual tab’s caption display. To disable animation, set the constant to 0.

Constant ValueExample
0
200
800

See Also

dxRibbonTabStateChangeAnimationTime

dxRibbonTabGroupContentShowAnimationTime

dxRibbon Unit