TdxAlertWindowOptionsAnimate.HidingAnimationTime Property
Specifies the duration (in milliseconds) of the animation effect used to hide an alert window.
Declaration
property HidingAnimationTime: Cardinal read; write; default dxAlertWindowDefaultHidingAnimationTime;
Property Value
| Type | Default |
|---|---|
| Cardinal | dxAlertWindowDefaultHidingAnimationTime |
Remarks
Use the HidingAnimation and HidingAnimationDirection properties to specify the hiding animation effect and its direction.
The default value of the HidingAnimationTime property is specified by the dxAlertWindowDefaultHidingAnimationTime global constant.
See Also