Skip to main content
All docs
V25.2
  • DiagramToolboxShape(DiagramShapeType) Constructor

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

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.2.dll

    NuGet Package: DevExpress.Web

    Declaration

    public DiagramToolboxShape(
        DiagramShapeType type
    )

    Parameters

    Name Type Description
    type DiagramShapeType

    The shape type.

    See Also