Back to Devexpress

DrawingObject.Id Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-drawingobject-7f64216a.md

latest1.1 KB
Original Source

DrawingObject.Id Property

Returns the shape’s unique identifier.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
int Id { get; }
vb
ReadOnly Property Id As Integer

Property Value

TypeDescription
Int32

An integer value that uniquely identifies this shape.

|

See Also

DrawingObject Interface

DrawingObject Members

DevExpress.XtraRichEdit.API.Native Namespace