Back to Devexpress

DiagramCommandsBase.MoveSelectionNoSnapCommand Field

corelibraries-devexpress-dot-diagram-dot-core-dot-diagramcommandsbase-f3007e3c.md

latest1.3 KB
Original Source

DiagramCommandsBase.MoveSelectionNoSnapCommand Field

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.v25.2.Core.dll

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public static readonly DiagramCommand<Direction> MoveSelectionNoSnapCommand
vb
Public Shared ReadOnly MoveSelectionNoSnapCommand As DiagramCommand(Of Direction)

Field Value

Type
DevExpress.Diagram.Core.DiagramCommand<Direction>

See Also

DiagramCommandsBase Class

DiagramCommandsBase Members

DevExpress.Diagram.Core Namespace