Back to Devexpress

ShapeCollection.BringToFront(Int32) Method

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

latest1.2 KB
Original Source

ShapeCollection.BringToFront(Int32) Method

Brings the shape at the specified index to the front.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

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

Parameters

NameTypeDescription
indexInt32

An index of a shape to be brought to the front.

|

See Also

ShapeCollection Class

ShapeCollection Members

DevExpress.Docs.Presentation Namespace