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

ImageGalleryItem.Image Property

The image that the ImageGalleryItem object provides.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public Image Image { get; }

Property Value

Type Description
Image

The image that the ImageGalleryItem object provides.

See Also