# `GSDrawPath.closed`

*Instance Property*

Whether the path is closed.

## Declaration

```swift
var isClosed: Bool { get }
```

```objc
@property (nonatomic, readonly) BOOL closed;
```

```python
closed() -> bool
```

