Back to Devexpress

TdxAlertWindowMovingDirection Enum

vcl-dxalertwindow-8ab74762.md

latest1.4 KB
Original Source

TdxAlertWindowMovingDirection Enum

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

Declaration

delphi
TdxAlertWindowMovingDirection = (
    awmdAuto,
    awmdLeft,
    awmdRight,
    awmdUp,
    awmdDown
);

Members

Name
awmdAuto
awmdLeft
awmdRight
awmdUp
awmdDown

Remarks

Options include:

ValueDescription
awmdAutoIf the system taskbar is located on the left side of the screen, the animation progresses to the opposite side of the screen. Otherwise, the animation always progresses to the left side of the screen.
awmdLeftThe animation progresses to the left side of the screen.
awmdRightThe animation progresses to the right side of the screen.
awmdUpThe animation progresses to the top of the screen.
awmdDownThe animation progresses to the bottom of the screen.

See Also

TdxAlertWindowOptionsAnimate.HidingAnimationDirection

TdxAlertWindowOptionsAnimate.ShowingAnimationDirection

dxAlertWindow Unit