Back to Devexpress

ShapeCollection.SendToBack(ShapeBase) Method

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

latest1.2 KB
Original Source

ShapeCollection.SendToBack(ShapeBase) Method

Sends the specified shape to the back.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

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

Parameters

NameTypeDescription
shapeShapeBase

A shape to be sent to the back.

|

See Also

ShapeCollection Class

ShapeCollection Members

DevExpress.Docs.Presentation Namespace