# whiteLargeLabel

> Style for white large label.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static GUIStyle whiteLargeLabel { get; }
```

### Remarks

Useful for coloring your labels; set [GUI.contentColor](/engine/6000.7/script-reference/unityengine/gui/contentcolor.md) to your text color, then use this style.
