# Sandbox.UI.Panel.Style

```csharp
PanelStyle Style { get; set; }
```

Allows you to set styles specifically on this panel. Setting the style will
only affect this panel and no others and will override any other styles.

Declared in [Sandbox.UI.Panel](/api/Sandbox.UI.Panel).
Assembly: `Sandbox.Engine`.
