Skip to main content

DiagramCommandsBase.MoveSelectionCommand Field

In This Article

Move the selected diagram items the specified distance from its current position in the specified direction.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v24.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

#Declaration

public static readonly DiagramCommand<Direction> MoveSelectionCommand

#Field Value

Type
DevExpress.Diagram.Core.DiagramCommand<Direction>
See Also