<!--
{
  "availability" : [
    "watchOS: 2.0.0 - 2.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/NSStringDrawingContext/actualTrackingAdjustment",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSStringDrawingContext(py)actualTrackingAdjustment"
  },
  "title" : "actualTrackingAdjustment"
}
-->

# actualTrackingAdjustment

The actual tracking value that the system applied during drawing.

```
var actualTrackingAdjustment: CGFloat { get }
```

## Discussion

If you specified a custom value in the [`minimumTrackingAdjustment`](/documentation/UIKit/NSStringDrawingContext/minimumTrackingAdjustment) property, when drawing is complete, this property contains the actual tracking value that was used.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)