# PathProperties

> Defines properties of paths.

## Definition

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

```csharp
public struct PathProperties
```

## Properties

| Property                                                                                  | Description                                 |
| ----------------------------------------------------------------------------------------- | ------------------------------------------- |
| [Corners](/engine/6000.6/script-reference/unity/vectorgraphics/pathproperties/corners.md) | How the corners of the path are displayed.  |
| [Head](/engine/6000.6/script-reference/unity/vectorgraphics/pathproperties/head.md)       | How the beginning of the path is displayed. |
| [Stroke](/engine/6000.6/script-reference/unity/vectorgraphics/pathproperties/stroke.md)   | The stroke used to render the path.         |
| [Tail](/engine/6000.6/script-reference/unity/vectorgraphics/pathproperties/tail.md)       | How the end of the path is displayed.       |
