Back to Devexpress

ShapeCollection.BringToFront(ShapeBase) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-shapecollection-dot-bringtofront-x28-devexpress-dot-docs-dot-presentation-dot-shapebase-x29.md

latest1.2 KB
Original Source

ShapeCollection.BringToFront(ShapeBase) Method

Brings the specified shape to the front.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public void BringToFront(
    ShapeBase shape
)
vb
Public Sub BringToFront(
    shape As ShapeBase
)

Parameters

NameTypeDescription
shapeShapeBase

A shape to be brought to the front.

|

See Also

ShapeCollection Class

ShapeCollection Members

DevExpress.Docs.Presentation Namespace