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

AutoGeneratedImagesSettingsBase.ThumbnailWidth Property

Gets or sets the width of thumbnails.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit "90"

A Unit value specifying a thumbnail’s width.

Property Paths

You can access this nested property as listed below:

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

Remarks

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

See Also