Back to Devexpress

Shape.Picture Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-shape-199f2d3e.md

latest1.5 KB
Original Source

Shape.Picture Property

OBSOLETE

This property has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.Shape.PictureFormat.Picture' property instead.

Use the PictureFormat.Picture property instead.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[Browsable(false)]
[Obsolete("This property has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.Shape.PictureFormat.Picture' property instead.", false)]
OfficeImage Picture { get; }
vb
<Browsable(False)>
<Obsolete("This property has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.Shape.PictureFormat.Picture' property instead.", False)>
ReadOnly Property Picture As OfficeImage

Property Value

TypeDescription
OfficeImage

|

See Also

Shape Interface

Shape Members

DevExpress.XtraRichEdit.API.Native Namespace