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

    Brings the specified shape one level forward.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public void BringForward(
        ShapeBase shape
    )

    Parameters

    Name Type Description
    shape ShapeBase

    A shape to be brought forward.

    See Also