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

ImageCollection.ImageSize Property

Gets or sets the size of images in the image collection. For the SharedImageCollection, this property specifies the size of images fetched from an image strip (at design time or via the ImageCollection.AddImageStrip and ImageCollection.AddImageStripVertical methods).

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DXCategory("Appearance")]
public Size ImageSize { get; set; }

Property Value

Type Description
Size

A Size structure which specifies the height and width of the images in the list.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ImageSize property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also