SvgImageCollection.ImageInfos Property
Returns the SvgImageInfo objects for all images owned by this SvgImageCollection.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
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