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

ShapePictureFill.Image Property

Gets the image used to fill a chart element.

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

OfficeImage Image { get; }

Property Value

Type Description
OfficeImage

An OfficeImage object specifying the image used for the picture fill.

Remarks

Use the Image property to obtain information on the image size, resolution and color depth.

See Also