Skip to main content

ImageGallerySettings.ThumbnailHeight Property

Gets or sets the height of the thumbnail.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public Unit ThumbnailHeight { get; set; }

Property Value

Type Description
Unit

A Unit value specifying the thumbnail’s height.

Remarks

The ThumbnailHeight property and the ImageGallerySettings.ThumbnailWidth property are useful in specifying the thumbnail‘s size.

See Also