Back to Devexpress

dxFadeOutDefaultAnimationFrameCount Constant

vcl-dxfading-bf259ce7.md

latest761 B
Original Source

dxFadeOutDefaultAnimationFrameCount Constant

Determines the default number of frames for a fade-out animation effect.

Declaration

delphi
const dxFadeOutDefaultAnimationFrameCount: Integer = 12;

Returns

Type
Integer

Remarks

Possible values are 1 through 32.

See Also

dxFadeInDefaultAnimationFrameCount

dxFadeOutDefaultAnimationFrameDelay

TdxFadingOptions.FadeOutFrameCount

dxFading Unit