Back to Devexpress

ImageCollection.ImageSize Property

windowsforms-devexpress-dot-utils-dot-imagecollection-3fe65fe1.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DXCategory("Appearance")]
public Size ImageSize { get; set; }
vb
<DXCategory("Appearance")>
Public Property ImageSize As Size

Property Value

TypeDescription
Size

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

|

See Also

GetImageListSize

AddImageStrip(Image)

AddImageStripVertical(Image)

IsDpiAware

GetImageSize

ImageCollection Class

ImageCollection Members

DevExpress.Utils Namespace