Back to Devexpress

AlertControl.HideAnimationType Property

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-c1844c9d.md

latest2.9 KB
Original Source

AlertControl.HideAnimationType Property

Gets or sets the animation effect played when alerts managed by this Alert Control are dismissed. This property has a higher priority than the AlertControl.FormShowingEffect setting, which specifies the unified animation effect applied when alerts are both shown and hidden.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(AlertFormShowingEffect.Default)]
[DXCategory("Behavior")]
public AlertFormShowingEffect HideAnimationType { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(AlertFormShowingEffect.Default)>
Public Property HideAnimationType As AlertFormShowingEffect

Property Value

TypeDefaultDescription
AlertFormShowingEffectDefault

The animation effect for alert windows.

|

Available values:

NameDescription
Default

For ShowAnimationType and HideAnimationType properties, the “Default” value means alerts should be displayed or hidden according to the value of the FormShowingEffect property. For the FormShowingEffect property itself, the “Default” value corresponds to the “FadeIn” effect.

| | Reveal |

Alerts show be shown on-screen and (or) hidden using the Reveal animation (a combination of fade in and zoom in/out effects).

| | FadeIn |

An alert window is displayed and/or hidden with a fade-in effect.

| | SlideVertical |

An alert window is displayed (or hidden) by gradually increasing its height from 0 to 100% (or vice versa).

| | SlideHorizontal |

An alert window is displayed (or hidden) by gradually increasing its width from 0 to 100% (or vice versa).

| | MoveVertical |

An alert window is displayed and/or hidden by sliding vertically onto the screen.

| | MoveHorizontal |

An alert window is displayed and/or hidden by sliding horizontally onto the screen.

| | None |

Alerts are displayed and/or hidden with no animation effects.

|

See Also

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace