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

# strength

The strength of the field.

## Declaration

```swift
var strength: CGFloat { get set }
```

## Discussion

Discussion The default value of this property is 1.0. The effect of this value is dependent on the type of field. In practice, the best approach for determining the strength of the field you want is to experiment with different values until you get the behavior you want.

## See Also

### Configuring the field attributes

- [position](uikit/uifieldbehavior/position.md)
- [region](uikit/uifieldbehavior/region.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)
