Skip to main content

ShapeCollection.Item[String] Property

Returns a shape with the specified name.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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