Skip to main content
All docs
V19.2
.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.2.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