Skip to main content

TdxAlertWindowOptionsAnimate.HidingAnimationDirection Property

Specifies the direction in which the animated hiding of an alert window progresses.

Declaration

property HidingAnimationDirection: TdxAlertWindowMovingDirection read; write; default dxAlertWindowDefaultHidingAnimationDirection;

Property Value

Type Default
TdxAlertWindowMovingDirection dxAlertWindowDefaultHidingAnimationDirection

Remarks

Use this property to specify the direction for the Slide or Move animation (corresponding to the awaSlide and awaMove values of the HidingAnimation property). Refer to the TdxAlertWindowMovingDirection type description to learn more about available directions.

The default value of the HidingAnimationDirection property is specified by the dxAlertWindowDefaultHidingAnimationDirection global constant.

See Also