Skip to main content

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.v14.2.Core.dll

Declaration

string Name { get; set; }
Property Name As String

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