Back to Devexpress

ShapeType Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-330d3af2.md

latest1.4 KB
Original Source

ShapeType Enum

Lists graphical objects a document can contain.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum ShapeType
vb
Public Enum ShapeType

Members

NameDescription
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.

|

The following properties accept/return ShapeType values:

Remarks

The DrawingObject.Type property returns ShapeType values.

See Also

DevExpress.XtraRichEdit.API.Native Namespace