Skip to main content

DiagramCommandsBase.MoveSelectionNoSnapCommand Field

In This Article

Move the selected diagram items the specified distance from its current position in the specified direction without snapping them to the grid.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

#Declaration

public static readonly DiagramCommand<Direction> MoveSelectionNoSnapCommand

#Field Value

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