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

Shape.Name Property

Gets or sets the name of a shape. The name can be used to reference a particular shape in code.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

string Name { get; set; }

Property Value

Type Description
String

A string that is the shape’s name.

Remarks

The ShapeCollection item can be referenced by its name using array notation (using the ShapeCollection.Item property)

See Also