Back to Devexpress

PictureFill.Picture Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-picturefill.md

latest1.2 KB
Original Source

PictureFill.Picture Property

Returns the image used to fill the shape.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
OfficeImage

The image used for the fill.

|

Remarks

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

See Also

PictureFill Interface

PictureFill Members

DevExpress.XtraRichEdit.API.Native Namespace