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

ShapeType Enum

Lists graphical objects a document can contain.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v21.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public enum ShapeType

Members

Name Description
Picture

A picture.

Shape

A shape.

Connector

A connector between two shapes.

Group

A shape group.

Canvas

A drawing canvas.

OleObject

An OLE object.

ActiveXControl

An ActiveX control.

Chart

A chart.

Watermark

A watermark.

Remarks

The DrawingObject.Type property returns ShapeType values.

See Also