---
title: latchingAxes
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipointerregion/latchingaxes
---

# latchingAxes

Axes along which the region latches after a primary click.

## Declaration

```swift
var latchingAxes: UIAxis { get set }
```

## Discussion

Discussion If you set this property, the UIPointerStyle associated with this region locks in and only allows freeform movement along the axes you specify.

## See Also

### Configuring a region

- [rect](uikit/uipointerregion/rect.md)
- [identifier](uikit/uipointerregion/identifier-1tw1m.md)
