Back to Devexpress

DiagramStencil.UnregisterShape(ShapeDescriptionBase) Method

corelibraries-devexpress-dot-diagram-dot-core-dot-diagramstencil-dot-unregistershape-x28-devexpress-dot-diagram-dot-core-dot-shapedescriptionbase-x29.md

latest1.6 KB
Original Source

DiagramStencil.UnregisterShape(ShapeDescriptionBase) Method

Removes the specified shape from the stencil.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public void UnregisterShape(
    ShapeDescriptionBase shape
)
vb
Public Sub UnregisterShape(
    shape As ShapeDescriptionBase
)

Parameters

NameTypeDescription
shapeShapeDescriptionBase

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

|

See Also

RegisterShape(ShapeDescriptionBase)

Shapes

DiagramStencil Class

DiagramStencil Members

DevExpress.Diagram.Core Namespace