Back to Devexpress

ShapeCollection.Item[String] Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-shapecollection-dot-item-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

ShapeCollection.Item[String] Property

Returns a shape with the specified name.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
Shape this[string name] { get; }
vb
ReadOnly Property Item(name As String) As Shape

Parameters

NameTypeDescription
nameString

The name of the shape to return.

|

Property Value

TypeDescription
Shape

A shape with the given name, or null ( Nothing in Visual Basic) if the element is not found.

|

Remarks

The Name property defines a shape name.

See Also

ShapeCollection Interface

ShapeCollection Members

DevExpress.XtraRichEdit.API.Native Namespace