# Editor.GraphicsView.DragType

```csharp
DragTypes DragType { get; set; }
```

What happens when the user drags the mouse. You generally want to toggle this in
OnMouseDown to switch what happens with different mouse buttons.

Declared in [Editor.GraphicsView](/api/Editor.GraphicsView).
Assembly: `Sandbox.Tools`.
