---
title: "UIPointerShape.verticalBeam(length:)"
framework: uikit
role: symbol
role_heading: Case
path: "uikit/uipointershape-swift.enum/verticalbeam(length:)"
---

# UIPointerShape.verticalBeam(length:)

The pointer morphs into a vertical beam using the specified length.

## Declaration

```swift
case verticalBeam(length: CGFloat)
```

## See Also

### Specifying pointer shapes

- [UIPointerShape.horizontalBeam(length:)](uikit/uipointershape-swift.enum/horizontalbeam(length:).md)
- [UIPointerShape.path(_:)](uikit/uipointershape-swift.enum/path(_:).md)
- [UIPointerShape.roundedRect(_:radius:)](uikit/uipointershape-swift.enum/roundedrect(_:radius:).md)
