Skip to main content

DiagramStencil.UnregisterShape(ShapeDescriptionBase) Method

Removes the specified shape from the stencil.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v23.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public void UnregisterShape(
    ShapeDescriptionBase shape
)

Parameters

Name Type Description
shape ShapeDescriptionBase

A ShapeDescriptionBase descendant representing the shape to add to the stencil.

See Also