# textUssClassName

> The USS class name for the Label element in a Foldout.

## Definition

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

```csharp
public static readonly string textUssClassName
```

### Remarks

Unity adds this USS class to the [Label](/engine/6000.7/script-reference/unityengine/uielements/label.md) in the [Toggle](/engine/6000.7/script-reference/unityengine/uielements/toggle.md) sub-element of every [Foldout](/engine/6000.7/script-reference/unityengine/uielements/foldout.md). Any styling applied to this class affects every foldout container located beside, or below the stylesheet in the visual tree.
