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

ImageGalleryFullscreenViewerSettings.ThumbnailHeight Property

Gets or sets the fullscreen viewer thumbnail height.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(typeof(Unit), "90")]
public Unit ThumbnailHeight { get; set; }

Property Value

Type Default Description
Unit "90"

A Unit value that specifies the height.

Property Paths

You can access this nested property as listed below:

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

Remarks

To specify the fullscreen viewer thumbnail width, use the ImageGalleryFullscreenViewerSettings.ThumbnailWidth property.

See Also