constants ShapeEnum
The ShapeEnum type defines the shape an element can be displayed. The Shape property specifies the element's shape. You can use the BackColor property to define different shape as well, using the EBN technology. The ShapeEnum type supports the following values:

NameValueDescription
exShapeDefault-1 Indicates the default shape for elements on the surface, which is by default exShapeRectangular.
exShapeRectangular0 (default) Defines a rectangular shape.

exShapeRound1 Defines a rectangular-round shape.

exShapeRhomb2 Defines a rhomb shape.

exShapeCircle3 Defines a circle/ellipse shape.