# Sandbox.Prop.IsStatic

```csharp
bool IsStatic { get; set; }
```

If the prop is static - it won't have dynamic physics. This is usually used for things that
you want to be breakable but don't move. Like fences and stuff.

Declared in [Sandbox.Prop](/api/Sandbox.Prop).
Assembly: `Sandbox.Engine`.
