Back to Devexpress

TdxAlertWindowAnimation Subrange Type

vcl-dxalertwindow-f38b39af.md

latest1.6 KB
Original Source

TdxAlertWindowAnimation Subrange Type

Enumerates the animation effects available to show or hide an alert window.

Declaration

delphi
TdxAlertWindowFullAnimation = (awaNone, awaSlide, awaFade, awaMove, awaResize);
TdxAlertWindowAnimation = awaNone..awaMove;

Members

NameDescription
awaFadeInherited from TdxAlertWindowFullAnimation.
awaMoveInherited from TdxAlertWindowFullAnimation.
awaNoneInherited from TdxAlertWindowFullAnimation.
awaSlideInherited from TdxAlertWindowFullAnimation.

Remarks

Options include:

ValueDescription
awaNoneNo animation.
awaSlideSlide animation.
awaFadeFade animation.
awaMoveMove animation.

Base Type

TdxAlertWindowFullAnimation See Also

TdxAlertWindowOptionsAnimate.HidingAnimation

TdxAlertWindowOptionsAnimate.ShowingAnimation

dxAlertWindow Unit