dxRibbonContextualTabLabelShowAnimationTime Constant
Specifies the animation duration (in milliseconds) to display a contextual tab’s label.
Declaration
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 Value | Example |
---|---|
0 | |
200 | |
800 |
See Also