Skip to main content

DiagramControl.BringSelectedItemsForward() Method

Brings the selected diagram items forward one step in the stack.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public void BringSelectedItemsForward()

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 BringSelectedItemsForward method allows you to bring the selected items one step forward from their current layering order.

See Also