# EditorStyles

> Common GUIStyles used for EditorGUI controls.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public sealed class EditorStyles
```

## Static Properties

| Property                                                                                                           | Description                                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [boldFont](/engine/6000.0/script-reference/unityeditor/editorstyles/boldfont.md)                                   | Bold font.                                                                                                                                                                                    |
| [boldLabel](/engine/6000.0/script-reference/unityeditor/editorstyles/boldlabel.md)                                 | Style for bold label.                                                                                                                                                                         |
| [centeredGreyMiniLabel](/engine/6000.0/script-reference/unityeditor/editorstyles/centeredgreyminilabel.md)         | Style for label with small font which is centered and grey.                                                                                                                                   |
| [colorField](/engine/6000.0/script-reference/unityeditor/editorstyles/colorfield.md)                               | Style used for headings for Color fields.                                                                                                                                                     |
| [foldout](/engine/6000.0/script-reference/unityeditor/editorstyles/foldout.md)                                     | Style used for headings for [EditorGUI.Foldout](/engine/6000.0/script-reference/unityeditor/editorgui/foldout.md).                                                                            |
| [foldoutHeader](/engine/6000.0/script-reference/unityeditor/editorstyles/foldoutheader.md)                         | Style used for headings for [EditorGUILayout.BeginFoldoutHeaderGroup](/engine/6000.0/script-reference/unityeditor/editorguilayout/beginfoldoutheadergroup.md).                                |
| [foldoutHeaderIcon](/engine/6000.0/script-reference/unityeditor/editorstyles/foldoutheadericon.md)                 | Style used for icon for [EditorGUILayout.BeginFoldoutHeaderGroup](/engine/6000.0/script-reference/unityeditor/editorguilayout/beginfoldoutheadergroup.md).                                    |
| [foldoutPreDrop](/engine/6000.0/script-reference/unityeditor/editorstyles/foldoutpredrop.md)                       | Style used for headings for [EditorGUI.Foldout](/engine/6000.0/script-reference/unityeditor/editorgui/foldout.md).                                                                            |
| [helpBox](/engine/6000.0/script-reference/unityeditor/editorstyles/helpbox.md)                                     | Style used for background box for [EditorGUI.HelpBox](/engine/6000.0/script-reference/unityeditor/editorgui/helpbox.md).                                                                      |
| [iconButton](/engine/6000.0/script-reference/unityeditor/editorstyles/iconbutton.md)                               | Style used for a standalone icon button.                                                                                                                                                      |
| [inspectorDefaultMargins](/engine/6000.0/script-reference/unityeditor/editorstyles/inspectordefaultmargins.md)     | Wrap content in a vertical group with this style to get the default margins used in the Inspector.                                                                                            |
| [inspectorFullWidthMargins](/engine/6000.0/script-reference/unityeditor/editorstyles/inspectorfullwidthmargins.md) | Wrap content in a vertical group with this style to get full width margins in the Inspector.                                                                                                  |
| [label](/engine/6000.0/script-reference/unityeditor/editorstyles/label.md)                                         | Style used for the labelled on all EditorGUI overloads that take a prefix label.                                                                                                              |
| [largeLabel](/engine/6000.0/script-reference/unityeditor/editorstyles/largelabel.md)                               | Style for label with large font.                                                                                                                                                              |
| [layerMaskField](/engine/6000.0/script-reference/unityeditor/editorstyles/layermaskfield.md)                       | Style used for headings for Layer masks.                                                                                                                                                      |
| [linkLabel](/engine/6000.0/script-reference/unityeditor/editorstyles/linklabel.md)                                 | Style used for links.                                                                                                                                                                         |
| [miniBoldFont](/engine/6000.0/script-reference/unityeditor/editorstyles/miniboldfont.md)                           | Mini Bold font.                                                                                                                                                                               |
| [miniBoldLabel](/engine/6000.0/script-reference/unityeditor/editorstyles/miniboldlabel.md)                         | Style for mini bold label.                                                                                                                                                                    |
| [miniButton](/engine/6000.0/script-reference/unityeditor/editorstyles/minibutton.md)                               | Style used for a standalone small button.                                                                                                                                                     |
| [miniButtonLeft](/engine/6000.0/script-reference/unityeditor/editorstyles/minibuttonleft.md)                       | Style used for the leftmost button in a horizontal button group.                                                                                                                              |
| [miniButtonMid](/engine/6000.0/script-reference/unityeditor/editorstyles/minibuttonmid.md)                         | Style used for the middle buttons in a horizontal group.                                                                                                                                      |
| [miniButtonRight](/engine/6000.0/script-reference/unityeditor/editorstyles/minibuttonright.md)                     | Style used for the rightmost button in a horizontal group.                                                                                                                                    |
| [miniFont](/engine/6000.0/script-reference/unityeditor/editorstyles/minifont.md)                                   | Mini font.                                                                                                                                                                                    |
| [miniLabel](/engine/6000.0/script-reference/unityeditor/editorstyles/minilabel.md)                                 | Style for label with small font.                                                                                                                                                              |
| [miniPullDown](/engine/6000.0/script-reference/unityeditor/editorstyles/minipulldown.md)                           | Style used for the drop-down controls.                                                                                                                                                        |
| [miniTextField](/engine/6000.0/script-reference/unityeditor/editorstyles/minitextfield.md)                         | Smaller text field.                                                                                                                                                                           |
| [numberField](/engine/6000.0/script-reference/unityeditor/editorstyles/numberfield.md)                             | Style used for field editors for numbers.                                                                                                                                                     |
| [objectField](/engine/6000.0/script-reference/unityeditor/editorstyles/objectfield.md)                             | Style used for headings for object fields.                                                                                                                                                    |
| [objectFieldMiniThumb](/engine/6000.0/script-reference/unityeditor/editorstyles/objectfieldminithumb.md)           | Style used for object fields that have a thumbnail (e.g Textures).                                                                                                                            |
| [objectFieldThumb](/engine/6000.0/script-reference/unityeditor/editorstyles/objectfieldthumb.md)                   | Style used for headings for the Select button in object fields.                                                                                                                               |
| [popup](/engine/6000.0/script-reference/unityeditor/editorstyles/popup.md)                                         | Style used for [EditorGUI.Popup](/engine/6000.0/script-reference/unityeditor/editorgui/popup.md), [EditorGUI.EnumPopup](/engine/6000.0/script-reference/unityeditor/editorgui/enumpopup.md),. |
| [radioButton](/engine/6000.0/script-reference/unityeditor/editorstyles/radiobutton.md)                             | Style used for a radio button.                                                                                                                                                                |
| [selectionRect](/engine/6000.0/script-reference/unityeditor/editorstyles/selectionrect.md)                         | Style used to draw a marquee selection rect in the [SceneView](/engine/6000.0/script-reference/unityeditor/sceneview.md).                                                                     |
| [standardFont](/engine/6000.0/script-reference/unityeditor/editorstyles/standardfont.md)                           | Standard font.                                                                                                                                                                                |
| [textArea](/engine/6000.0/script-reference/unityeditor/editorstyles/textarea.md)                                   | Style used for [EditorGUI.TextArea](/engine/6000.0/script-reference/unityeditor/editorgui/textarea.md).                                                                                       |
| [textField](/engine/6000.0/script-reference/unityeditor/editorstyles/textfield.md)                                 | Style used for [EditorGUI.TextField](/engine/6000.0/script-reference/unityeditor/editorgui/textfield.md).                                                                                     |
| [toggle](/engine/6000.0/script-reference/unityeditor/editorstyles/toggle.md)                                       | Style used for headings for [EditorGUI.Toggle](/engine/6000.0/script-reference/unityeditor/editorgui/toggle.md).                                                                              |
| [toggleGroup](/engine/6000.0/script-reference/unityeditor/editorstyles/togglegroup.md)                             | Style used for headings for [EditorGUILayout.BeginToggleGroup](/engine/6000.0/script-reference/unityeditor/editorguilayout/begintogglegroup.md).                                              |
| [toolbar](/engine/6000.0/script-reference/unityeditor/editorstyles/toolbar.md)                                     | Toolbar background from top of windows.                                                                                                                                                       |
| [toolbarButton](/engine/6000.0/script-reference/unityeditor/editorstyles/toolbarbutton.md)                         | Style for Button and Toggles in toolbars.                                                                                                                                                     |
| [toolbarDropDown](/engine/6000.0/script-reference/unityeditor/editorstyles/toolbardropdown.md)                     | Toolbar Dropdown.                                                                                                                                                                             |
| [toolbarPopup](/engine/6000.0/script-reference/unityeditor/editorstyles/toolbarpopup.md)                           | Toolbar Popup.                                                                                                                                                                                |
| [toolbarSearchField](/engine/6000.0/script-reference/unityeditor/editorstyles/toolbarsearchfield.md)               | Toolbar search field.                                                                                                                                                                         |
| [toolbarTextField](/engine/6000.0/script-reference/unityeditor/editorstyles/toolbartextfield.md)                   | Toolbar text field.                                                                                                                                                                           |
| [whiteBoldLabel](/engine/6000.0/script-reference/unityeditor/editorstyles/whiteboldlabel.md)                       | Style for white bold label.                                                                                                                                                                   |
| [whiteLabel](/engine/6000.0/script-reference/unityeditor/editorstyles/whitelabel.md)                               | Style for white label.                                                                                                                                                                        |
| [whiteLargeLabel](/engine/6000.0/script-reference/unityeditor/editorstyles/whitelargelabel.md)                     | Style for white large label.                                                                                                                                                                  |
| [whiteMiniLabel](/engine/6000.0/script-reference/unityeditor/editorstyles/whiteminilabel.md)                       | Style for white mini label.                                                                                                                                                                   |
| [wordWrappedLabel](/engine/6000.0/script-reference/unityeditor/editorstyles/wordwrappedlabel.md)                   | Style for word wrapped label.                                                                                                                                                                 |
| [wordWrappedMiniLabel](/engine/6000.0/script-reference/unityeditor/editorstyles/wordwrappedminilabel.md)           | Style for word wrapped mini label.                                                                                                                                                            |
