Skip to main content

ImageGallerySettings.ThumbnailWidth Property

Gets or sets the width of the thumbnail.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public Unit ThumbnailWidth { get; set; }

Property Value

Type Description
Unit

A Unit value specifying the thumbnail’s width.

Remarks

The ThumbnailWidth property, together with the ImageGallerySettings.ThumbnailHeight property, is useful to specify the thumbnail‘s size.

See Also