# Sandbox.SpringJoint.ForceMode

```csharp
SpringForceMode ForceMode { get; set; }
```

Determines which way the spring applies force.
Pull = only when stretched,
Push = only when compressed,
Both = acts in both directions.

Declared in [Sandbox.SpringJoint](/api/Sandbox.SpringJoint).
Assembly: `Sandbox.Engine`.
