ShapeCollection.Item[String] Property
Returns a shape with the specified name.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
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