Skip to main content

DiagramStencil.UnregisterShape(ShapeDescriptionBase) Method

Removes the specified shape from the stencil.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v26.1.Core.dll

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