Back to Devexpress

ShapeCollection.SendBackward(ShapeBase) Method

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

latest1.2 KB
Original Source

ShapeCollection.SendBackward(ShapeBase) Method

Sends the specified shape one level backward.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

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

Parameters

NameTypeDescription
shapeShapeBase

A shape to be sent backward.

|

See Also

ShapeCollection Class

ShapeCollection Members

DevExpress.Docs.Presentation Namespace