Back to Devexpress

ImageGalleryFullscreenViewerSettings.AnimationType Property

aspnet-devexpress-dot-web-dot-imagegalleryfullscreenviewersettings-55a676bd.md

latest2.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(AnimationType.Slide)]
public AnimationType AnimationType { get; set; }
vb
<DefaultValue(AnimationType.Slide)>
Public Property AnimationType As AnimationType

Property Value

TypeDefaultDescription
AnimationTypeSlide

One of the AnimationType enumeration values.

|

Available values:

NameDescription
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:

LibraryObject TypePath to AnimationType
ASP.NET MVC ExtensionsImageGallerySettings

.SettingsFullscreenViewer .AnimationType

| | ASP.NET Web Forms Controls | ASPxImageGallery |

.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

Image Gallery

ImageGalleryFullscreenViewerSettings Class

ImageGalleryFullscreenViewerSettings Members

DevExpress.Web Namespace