Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[Obsolete("This property has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.Shape.PictureFormat.Picture' property instead.", false)]
OfficeImage Picture { get; }

Property Value

Type Description
OfficeImage

 

See Also