Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Shape.PictureUri Property

OBSOLETE

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

Use the PictureFormat.PictureUri property instead.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

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

Property Value

Type Description
String

 

See Also