DiagramToolboxShape(DiagramShapeType) Constructor
Initializes a new instance of the DiagramToolboxShape class with specified settings.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v20.2.dll
Declaration
public DiagramToolboxShape(
DiagramShapeType type
)
Public Sub New(
type As DiagramShapeType
)
Parameters
Name | Type | Description |
---|---|---|
type | DiagramShapeType | The shape type. |
See Also
Feedback