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

DiagramShape(ShapeDescription) Constructor

Initializes a new instance of the DiagramShape class with the specified settings.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public DiagramShape(
    ShapeDescription shape
)

Parameters

Name Type Description
shape ShapeDescription

The shape kind. This object is used to initialize the DiagramShape.Shape property.

See Also