Skip to main content
A newer version of this page is available. .

DiagramControl.SendSelectedItemsBackward() Method

Sends the selected diagram items back one step in the stack.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public void SendSelectedItemsBackward()

Remarks

With any two diagram items in the canvas, one item always appears in front of the other. When a diagram item is added to the canvas, it is automatically placed in front of other items. The SendSelectedItemsBackward method allows you to send the selected items one step back from their current layering order.

See Also