# LineCap

> Cap types for the beginning and end of paths (see _lineCap ).

## Definition

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

```csharp
public enum LineCap
```

## Fields

| Value                                                                            | Description                           |
| -------------------------------------------------------------------------------- | ------------------------------------- |
| [Butt](/engine/6000.7/script-reference/unityengine/uielements/linecap/butt.md)   | Terminates the path with no tip.      |
| [Round](/engine/6000.7/script-reference/unityengine/uielements/linecap/round.md) | Terminates the path with a round tip. |
