Back to Devexpress

ShapePictureFill.Image Property

officefileapi-devexpress-dot-spreadsheet-dot-drawings-dot-shapepicturefill.md

latest1.3 KB
Original Source

ShapePictureFill.Image Property

Gets the image used to fill a chart element.

Namespace : DevExpress.Spreadsheet.Drawings

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
OfficeImage Image { get; }
vb
ReadOnly Property Image As OfficeImage

Property Value

TypeDescription
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

ShapePictureFill Interface

ShapePictureFill Members

DevExpress.Spreadsheet.Drawings Namespace