Skip to main content
A newer version of this page is available. .

AlertFormShowingEffect Enum

Enumerates alert window animation effects.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public enum AlertFormShowingEffect

Members

Name Description
FadeIn

An alert window is displayed using a fade-in effect.

SlideVertical

An alert window appears onscreen by enlarging its height gradually from the zero value to the normal height.

SlideHorizontal

An alert window appears onscreen by enlarging its width gradually, from the zero value to the normal width.

MoveVertical

An alert window appears by sliding vertically onto the screen from out of the screen.

MoveHorizontal

An alert window appears by sliding horizontally onto the screen from out of the screen.

Related API Members

The following properties accept/return AlertFormShowingEffect values:

Remarks

Use the AlertControl.FormShowingEffect property to set an animation effect for AlertControl‘s windows.

See Also