---
title: position
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uifieldbehavior/position
---

# position

The position of the field in the reference coordinate system.

## Declaration

```swift
var position: CGPoint { get set }
```

## Discussion

Discussion This property defines the center point of the field. The shape of the field around this point is defined by the region property.

## See Also

### Configuring the field attributes

- [region](uikit/uifieldbehavior/region.md)
- [strength](uikit/uifieldbehavior/strength.md)
- [falloff](uikit/uifieldbehavior/falloff.md)
- [minimumRadius](uikit/uifieldbehavior/minimumradius.md)
- [direction](uikit/uifieldbehavior/direction.md)
- [smoothness](uikit/uifieldbehavior/smoothness.md)
- [animationSpeed](uikit/uifieldbehavior/animationspeed.md)
