ImageGallerySettings.ThumbnailWidth Property
Gets or sets the width of the thumbnail.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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