Skip to main content
All docs
V26.1
  • ShapeCollection.BringToFront(ShapeBase) Method

    Brings the specified shape to the front.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public void BringToFront(
        ShapeBase shape
    )

    Parameters

    Name Type Description
    shape ShapeBase

    A shape to be brought to the front.

    See Also