# TextShadow

> Script interface for VisualElement text-shadow style property _textShadow.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule
* **Implements:** [IEquatable\<TextShadow>](https://learn.microsoft.com/dotnet/api/system.iequatable-1)

```csharp
public struct TextShadow : IEquatable<TextShadow>
```

## Fields

| Value                                                                                         | Description                    |
| --------------------------------------------------------------------------------------------- | ------------------------------ |
| [blurRadius](/engine/6000.7/script-reference/unityengine/uielements/textshadow/blurradius.md) | The blur radius of the shadow. |
| [color](/engine/6000.7/script-reference/unityengine/uielements/textshadow/color.md)           | The color of the shadow.       |
| [offset](/engine/6000.7/script-reference/unityengine/uielements/textshadow/offset.md)         | The offset of the shadow.      |
