# imageUSSClassName

> The USS class name of the image element that will be used to display the icon texture.

## Definition

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

```csharp
public static readonly string imageUSSClassName
```

### Remarks

Unity adds this USS class to an instance of the Image element that will be used to display the [\_iconImage](/engine/6000.7/script-reference/unityengine/uielements/button/iconimage.md) property value. Any styling applied to this class will affect image elements inside a Button that contains this class.
