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

AutoGeneratedImagesSettingsBase.ThumbnailHeight Property

Gets or sets the height of thumbnails.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit "60"

A Unit value specifying a thumbnail’s height.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ThumbnailHeight
ASP.NET Controls and MVC Extensions ASPxImageSlider
.SettingsAutoGeneratedImages .ThumbnailHeight
ASPxImageZoomNavigator
.SettingsAutoGeneratedImages .ThumbnailHeight
ASP.NET MVC Extensions ImageSliderSettings
.SettingsAutoGeneratedImages .ThumbnailHeight
ImageZoomNavigatorSettings
.SettingsAutoGeneratedImages .ThumbnailHeight
MVCxImageSlider
.SettingsAutoGeneratedImages .ThumbnailHeight
MVCxImageZoomNavigator
.SettingsAutoGeneratedImages .ThumbnailHeight

Remarks

The ThumbnailHeight property, together with the AutoGeneratedImagesSettingsBase.ThumbnailWidth property, are useful to specify a thumbnail‘s size.

See Also