aspnet-devexpress-dot-web-dot-imagesliderimageareasettings-bb175897.md
Gets or sets a value specifying the animation type used to change the active image slider item.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(AnimationType.Auto)]
public AnimationType AnimationType { get; set; }
<DefaultValue(AnimationType.Auto)>
Public Property AnimationType As AnimationType
| Type | Default | Description |
|---|---|---|
| AnimationType | Auto |
One of the AnimationType enumeration values.
|
Available values:
| Name | Description |
|---|---|
| Slide |
A control uses a slide animation effect.
| | Fade |
A control uses a fade-in animation effect.
| | None |
A control does not use animation effects.
| | Auto |
The type of animation is determined by the control.
|
You can access this nested property as listed below:
| Library | Object Type | Path to AnimationType |
|---|---|---|
| ASP.NET MVC Extensions | ImageSliderSettings |
.SettingsImageArea .AnimationType
| | ASP.NET Web Forms Controls | ASPxImageSlider |
.SettingsImageArea .AnimationType
|
Use the AnimationType property to specify the type of animation used to change the active image slider item. The property value Auto is equal to Slide.
See Also
ImageSliderImageAreaSettings Class