TdxAlertWindowOptionsAnimate.HidingAnimation Property
In This Article
Specifies the animation effect used to hide an alert window.
#Declaration
Delphi
property HidingAnimation: TdxAlertWindowAnimation read; write; default dxAlertWindowDefaultHidingAnimation;
#Property Value
Type | Default |
---|---|
Tdx |
dx |
#Remarks
Options include:
Value | Description |
---|---|
awa |
An alert window is hidden immediately, without any animation. |
awa |
An alert window slides out of the view in the direction specified by Hiding |
awa |
An alert window fades out. |
awa |
An alert window moves out of the screen in the direction specified by Hiding |
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