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

Shape.Picture Property

Gets a picture residing in the floating object.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

OfficeImage Picture { get; }

Property Value

Type Description
OfficeImage

An OfficeImage object that is the image in a shape object that is the floating picture; if a shape object is a text box, null (Nothing in Visual Basic) is returned.

See Also