# TextLayer.fill
The solid fill paint applied to this text layer, if any.

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## TextLayer.fill property

The solid fill paint applied to this text layer, or `undefined` if the layer has no fill.

**Signature:**

```typescript
readonly fill: SolidPaint | undefined;
```

**Type:** [SolidPaint](/en/creator-api/values/solid-paint) | undefined

## Remarks

Text layers support a single solid fill. Gradient fills are not supported on text. Use [createFill()](/en/creator-api/nodes/text-layer/create-fill) to add or replace the fill.
