Back to Devexpress

ImageCollection Properties

windowsforms-devexpress-dot-utils-dot-imagecollection-dot-underscore-properties.md

latest4.1 KB
Original Source

ImageCollection Properties

The collection of Image objects to be used within DevExpress controls. The ImageCollection is also used as a part of the SharedImageCollection component.

NameDescription
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
ImagesProvides access to the collection of images.
ImageSize

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).

| | ImageStream | Gets or sets the handle to the ImageListStreamer associated with the current image collection. | | IsDpiAware | Gets or sets the value that specifies that when requesting an image from the ImageCollection, another DPI-specific image corresponding to the requested image is returned instead. | | RegisteredAssemblies | Provides access to external image-containing assemblies, registered by this ImageCollection. | | Site | Gets or sets the ISite of the Component. Inherited from Component. | | TransparentColor | Gets or sets the color to treat as transparent. |

See Also

ImageCollection Class

ImageCollection Members

DevExpress.Utils Namespace