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

SvgImageCollection.ImageInfos Property

Returns the SvgImageInfo objects for all images owned by this SvgImageCollection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[DXCategory("Appearance")]
public SvgImageInfoCollection ImageInfos { get; }

Property Value

Type Description
DevExpress.Utils.SvgImageInfoCollection

A DevExpress.Utils.SvgImageInfoCollection object that stores information for all the SvgImageCollection images.

See Also