# TreeView<TIdentifier>.DefaultStyles

> Default styles used by the TreeView class.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.IMGUI.Controls](/engine/6000.6/script-reference/unityeditor/imgui/controls.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static class TreeView<TIdentifier>.DefaultStyles
```

## Static Fields

| Value                                                                                                                                | Description                                                                                                                                                                                                                              |
| ------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [backgroundEven](/engine/6000.6/script-reference/unityeditor/imgui/controls/treeview1/defaultstyles/backgroundeven.md)               | Background style used for alternating row background colors when enabling [TreeView\<TIdentifier>.showAlternatingRowBackgrounds](/engine/6000.6/script-reference/unityeditor/imgui/controls/treeview1/showalternatingrowbackgrounds.md). |
| [backgroundOdd](/engine/6000.6/script-reference/unityeditor/imgui/controls/treeview1/defaultstyles/backgroundodd.md)                 | Background style used for alternating row background colors when enabling [TreeView\<TIdentifier>.showAlternatingRowBackgrounds](/engine/6000.6/script-reference/unityeditor/imgui/controls/treeview1/showalternatingrowbackgrounds.md). |
| [boldLabel](/engine/6000.6/script-reference/unityeditor/imgui/controls/treeview1/defaultstyles/boldlabel.md)                         | Bold label with alternative text color when selected and/or focused.                                                                                                                                                                     |
| [boldLabelRightAligned](/engine/6000.6/script-reference/unityeditor/imgui/controls/treeview1/defaultstyles/boldlabelrightaligned.md) | Right aligned bold label with alternative text color when selected and/or focused.                                                                                                                                                       |
| [foldoutLabel](/engine/6000.6/script-reference/unityeditor/imgui/controls/treeview1/defaultstyles/foldoutlabel.md)                   | The label that is used for foldout label with alternative text color when selected and/or focused.                                                                                                                                       |
| [label](/engine/6000.6/script-reference/unityeditor/imgui/controls/treeview1/defaultstyles/label.md)                                 | Left aligned label with alternative text color when selected and/or focused.                                                                                                                                                             |
| [labelRightAligned](/engine/6000.6/script-reference/unityeditor/imgui/controls/treeview1/defaultstyles/labelrightaligned.md)         | Right aligend label with alternative text color when selected and/or focused.                                                                                                                                                            |
