Back to Devexpress

ShapeCollection.BringForward(Int32) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-shapecollection-dot-bringforward-x28-system-dot-int32-x29.md

latest1.2 KB
Original Source

ShapeCollection.BringForward(Int32) Method

Brings the shape at the specified index one level forward.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public void BringForward(
    int index
)
vb
Public Sub BringForward(
    index As Integer
)

Parameters

NameTypeDescription
indexInt32

An index of a shape to be brought forward.

|

See Also

ShapeCollection Class

ShapeCollection Members

DevExpress.Docs.Presentation Namespace