# Sandbox.Fill.WithAngle

```csharp
Fill WithAngle(float degrees)
```

Returns a bounds-based linear or conic gradient with an absolute clockwise angle in degrees from right.
Positioned gradients take their direction from their points; radial gradients have no angle.

### Parameters

- `degrees` (`float`)

### Returns

`Fill`

Declared in [Sandbox.Fill](/api/Sandbox.Fill).
Assembly: `Sandbox.Engine`.
