# Sandbox.ParticleEffect.MaxParticleSize

```csharp
float MaxParticleSize { get; set; }
```

The size of the largest particle in the effect.
This is determined by the maximum scale of any particle along its x, y, or z axis.

Declared in [Sandbox.ParticleEffect](/api/Sandbox.ParticleEffect).
Assembly: `Sandbox.Engine`.
