Skip to main content
A newer version of this page is available. .

ShapeBase.ShapeName Property

Override this method to get the name of the shape.

Namespace: DevExpress.XtraPrinting.Shape

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

Declaration

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

Property Value

Type Description
String

A string, representing the shape’s name.

See Also