Skip to main content
A newer version of this page is available. .

ShapeCollection.Item[String] Property

Gets the shape with the specified name.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

Shape this[string name] { get; }

Parameters

Name Type Description
name String

A string specifying the shape’s name.

Property Value

Type Description
Shape

A Shape element of the collection or null (Nothing in Visual Basic) if the element is not found.

Remarks

Use the Shape.Name property to assign a name to a shape in a document. To get access to a named shape, use the Item property.

See Also