TdxAlertWindowOptionsAnimate.ShowingAnimation Property
Specifies the animation effect used to show an alert window.
Declaration
property ShowingAnimation: TdxAlertWindowAnimation read; write; default dxAlertWindowDefaultShowingAnimation;
Property Value
| Type | Default |
|---|---|
| TdxAlertWindowAnimation | dxAlertWindowDefaultShowingAnimation |
Remarks
Options include:
| Value | Description |
|---|---|
| awaNone | An alert window is shown immediately, without any animation. |
| awaSlide | An alert window slides into the view in the direction specified by ShowingAnimationDirection. |
| awaFade | An alert window fades in. |
| awaMove | An alert window moves vertically or horizontally from the edge of the screen in the direction specified by ShowingAnimationDirection. |
You can adjust the animation’s duration via the ShowingAnimationTime property. To specify the pop-up position of alert windows, use an alert window manager’s WindowPosition property.
The default value of the ShowingAnimation property is specified by the dxAlertWindowDefaultShowingAnimation global constant.
See Also