Skip to main content

TdxAlertWindowOptionsAnimate.ShowingAnimationTime Property

Specifies the duration (in milliseconds) of the animation effect used to show an alert window.

Declaration

property ShowingAnimationTime: Cardinal read; write; default dxAlertWindowDefaultShowingAnimationTime;

Property Value

Type Default
Cardinal dxAlertWindowDefaultShowingAnimationTime

Remarks

Use the ShowingAnimation and ShowingAnimationDirection properties to specify the showing animation effect and its direction.

The default value of the ShowingAnimationTime property is specified by the dxAlertWindowDefaultShowingAnimationTime global constant.

See Also