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

ShapeCollection.Item[String] Property

Returns a shape with the specified name.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

Shape this[string name] { get; }

Parameters

Name Type Description
name String

The name of the shape to return.

Property Value

Type Description
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