# Sandbox.UI.SliderControl.Step

```csharp
float Step { get; set; }
```

If set to 1, value will be rounded to 1's
If set to 10, value will be rounded to 10's
If set to 0.1, value will be rounded to 0.1's

Declared in [Sandbox.UI.SliderControl](/api/Sandbox.UI.SliderControl).
Assembly: `Sandbox.Engine`.
