TdxAlertWindowOptionsAnimate.HidingAnimation Property
Specifies the animation effect used to hide an alert window.
Declaration
property HidingAnimation: TdxAlertWindowAnimation read; write; default dxAlertWindowDefaultHidingAnimation;
Property Value
| Type | Default |
|---|---|
| TdxAlertWindowAnimation | dxAlertWindowDefaultHidingAnimation |
Remarks
Options include:
| Value | Description |
|---|---|
| awaNone | An alert window is hidden immediately, without any animation. |
| awaSlide | An alert window slides out of the view in the direction specified by HidingAnimationDirection. |
| awaFade | An alert window fades out. |
| awaMove | An alert window moves out of the screen in the direction specified by HidingAnimationDirection. |
You can adjust the animation’s duration via the HidingAnimationTime property.
The default value of the HidingAnimation property is specified by the dxAlertWindowDefaultHidingAnimation global constant.
See Also