Skip to main content

ShapeBase.ShapeName Property

Override this method to get the name of the shape.

Namespace: DevExpress.XtraPrinting.Shape

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[Browsable(false)]
public string ShapeName { get; }

Property Value

Type Description
String

A string, representing the shape’s name.

See Also