Skip to main content

DiagramToolboxShape(String) Constructor

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

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

Declaration

public DiagramToolboxShape(
    string customShapeType
)

Parameters

Name Type Description
customShapeType String

The custom shape type.

See Also