Back to Devexpress

dxTokenEditDefaultFadeFrameCount Constant

vcl-dxtokenedit-ba3a5371.md

latest871 B
Original Source

dxTokenEditDefaultFadeFrameCount Constant

Specifies the default number of frames in the fade animation applied to the background of the hot-tracked token box.

Declaration

delphi
const dxTokenEditDefaultFadeFrameCount: Integer = 5;

Returns

Type
Integer

Remarks

The hot-tracked token box is distinctively painted within the token box. When an end-user moves the mouse cursor out from the token box, the token background fade out animation is played after the number of milliseconds specified by the dxFadeOutDefaultAnimationFrameDelay global constant.

See Also

dxTokenEdit Unit