# panelSettings

> Specifies the PanelSettings instance to connect this PanelRenderer component to.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.6/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public PanelSettings panelSettings { get; set; }
```

### Remarks

The Panel Settings asset defines the panel that renders UI in the Game view. Refer to [PanelSettings](/engine/6000.6/script-reference/unityengine/uielements/panelsettings.md) for more information.

If this PanelRenderer has a parent PanelRenderer, it uses the parent's PanelSettings automatically.
