---
title: grabActive
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/pointerstyle/grabactive
---

# grabActive

The pointer style appropriate for actively dragging to reposition content within specific bounds, such as panning a large image.

## Declaration

```swift
static let grabActive: PointerStyle
```

## Discussion

Discussion This pointer style displays a closed hand to indicate that the content is currently being repositioned. Typically it’s used along with the PointerStyle.grabIdle pointer style to indicate that repositioning the content is possible. You may apply this pointer style to a single view or a view hierarchy using the pointerStyle(_:) modifier.

## See Also

### Getting built-in pointer styles

- [default](swiftui/pointerstyle/default.md)
- [horizontalText](swiftui/pointerstyle/horizontaltext.md)
- [verticalText](swiftui/pointerstyle/verticaltext.md)
- [rectSelection](swiftui/pointerstyle/rectselection.md)
- [grabIdle](swiftui/pointerstyle/grabidle.md)
- [link](swiftui/pointerstyle/link.md)
- [zoomIn](swiftui/pointerstyle/zoomin.md)
- [zoomOut](swiftui/pointerstyle/zoomout.md)
- [frameResize(position:directions:)](swiftui/pointerstyle/frameresize(position:directions:).md)
- [columnResize(directions:)](swiftui/pointerstyle/columnresize(directions:).md)
- [rowResize(directions:)](swiftui/pointerstyle/rowresize(directions:).md)
