TdxAlertWindowOptionsAnimate.ShowingAnimationDirection Property
Specifies the direction in which the animated showing of an alert window progresses.
Declaration
property ShowingAnimationDirection: TdxAlertWindowMovingDirection read; write; default dxAlertWindowDefaultShowingAnimationDirection;
Property Value
Type | Default |
---|---|
TdxAlertWindowMovingDirection | dxAlertWindowDefaultShowingAnimationDirection |
Remarks
Use this property to specify the direction for the Slide or Move animation (corresponding to the awaSlide and awaMove values of the ShowingAnimation property). Refer to the TdxAlertWindowMovingDirection type description to learn more about available directions.
The default value of the ShowingAnimationDirection property is specified by the dxAlertWindowDefaultShowingAnimationDirection global constant.
See Also