# panSpeed

> When elements are dragged near the edges of the Graph, panning occurs. This controls the speed for said panning.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.5/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public Vector2 panSpeed { get; set; }
```
