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

ImageGalleryFullscreenViewerSettings.AnimationType Property

Gets or sets a value specifying the animation type used to change the active fullscreen viewer item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(AnimationType.Slide)]
public AnimationType AnimationType { get; set; }

Property Value

Type Default Description
AnimationType **Slide**

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to AnimationType
ASPxImageGallery
.SettingsFullscreenViewer.AnimationType
ImageGallerySettings
.SettingsFullscreenViewer.AnimationType
MVCxImageGallery
.SettingsFullscreenViewer.AnimationType

Remarks

Use the AnimationType property to specify the type of animation used to change the active full screen viewer item. The property value Auto is equal to Slide.

See Also