TdxAlertWindowOptionsAnimate.HidingAnimationTime Property
In This Article
Specifies the duration (in milliseconds) of the animation effect used to hide an alert window.
#Declaration
Delphi
property HidingAnimationTime: Cardinal read; write; default dxAlertWindowDefaultHidingAnimationTime;
#Property Value
Type | Default |
---|---|
Cardinal | dx |
#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