---
title: endLineMarker
framework: paperkit
role: symbol
role_heading: Instance Property
path: paperkit/shapemarkup/endlinemarker
---

# endLineMarker

The line marker used at the end of an open shape path.

## Declaration

```swift
var endLineMarker: ShapeMarkup.LineMarker { get set }
```

## Discussion

Discussion Line markers are only visible on open paths. Use shape.supportsLineMarkers to check whether the current shape supports line markers. Closed shapes like .rectangle and .ellipse ignore this property. Default is .none.
