---
title: visiblePath
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipreviewparameters/visiblepath
---

# visiblePath

The portion of the view to show in the preview.

## Declaration

```swift
@NSCopying var visiblePath: UIBezierPath? { get set }
```

## Discussion

Discussion Specify the path information in the coordinate space of the view being animated.

## See Also

### Configuring the preview attributes

- [backgroundColor](uikit/uipreviewparameters/backgroundcolor.md)
- [shadowPath](uikit/uipreviewparameters/shadowpath.md)
