Skip to main content

DiagramShape(ShapeDescription) Constructor

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

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