Back to Devexpress

Shape.PictureUri Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-shape-d1d7fda1.md

latest1.6 KB
Original Source

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.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.PictureUri' property instead.", false)]
string PictureUri { get; set; }
vb
<Browsable(False)>
<Obsolete("This property has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.Shape.PictureFormat.PictureUri' property instead.", False)>
Property PictureUri As String

Property Value

TypeDescription
String

|

See Also

Shape Interface

Shape Members

DevExpress.XtraRichEdit.API.Native Namespace