Skip to main content
All docs
V25.2
  • ShapeCollection.SendBackward(ShapeBase) Method

    Sends the specified shape one level backward.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public void SendBackward(
        ShapeBase shape
    )

    Parameters

    Name Type Description
    shape ShapeBase

    A shape to be sent backward.

    See Also