# Editor.Widget.SetStyles

```csharp
void SetStyles(string sheet)
```

Directly set CSS style sheet(s) for this widget. Same format as a .css file.

### Parameters

- `sheet` (`string`)

Declared in [Editor.Widget](/api/Editor.Widget).
Assembly: `Sandbox.Tools`.
