Images.AddImageStrip(Image) Method
Adds images from the specified horizontal image strip to the collection.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
sourceImage | Image | The image(s) to add to the collection. |
Remarks
A strip is a single image that is treated as multiple images arranged side-by-side. The number of images to add is inferred from the width of the source image.
See Also