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