# GradientFillType

> The gradient fill types.

## Definition

* **Type:** Enum
* **Namespace:** [Unity.VectorGraphics](/engine/6000.7/script-reference/unity/vectorgraphics.md)
* **Assembly:** UnityEngine.VectorGraphicsModule

```csharp
public enum GradientFillType
```

## Remarks

For more information, refer to work with vector graphics.

## Fields

| Value                                                                                     | Description                                                           |
| ----------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| [Linear](/engine/6000.7/script-reference/unity/vectorgraphics/gradientfilltype/linear.md) | A linear gradient.                                                    |
| [Radial](/engine/6000.7/script-reference/unity/vectorgraphics/gradientfilltype/radial.md) | A radial gradient, centered at the radial focus of the gradient fill. |
