# LineJoin

> Join types connecting two sub-paths (see _lineJoin ).

## Definition

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

```csharp
public enum LineJoin
```

## Fields

| Value                                                                             | Description                                                                                                                                                                                            |
| --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [Bevel](/engine/6000.6/script-reference/unityengine/uielements/linejoin/bevel.md) | Joins the sub-paths with a beveled corner.                                                                                                                                                             |
| [Miter](/engine/6000.6/script-reference/unityengine/uielements/linejoin/miter.md) | Joins the sub-paths with a sharp corner. The join converts to a beveled join when the [\_miterLimit](/engine/6000.6/script-reference/unityengine/uielements/painter2d/miterlimit.md) ratio is reached. |
| [Round](/engine/6000.6/script-reference/unityengine/uielements/linejoin/round.md) | Joins the sub-paths with a round corner.                                                                                                                                                               |
