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

    Sends the specified shape to the back.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public void SendToBack(
        ShapeBase shape
    )

    Parameters

    Name Type Description
    shape ShapeBase

    A shape to be sent to the back.

    See Also