---
title: textColor
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstext/textcolor
---

# textColor

The text color of all characters in the receiver.

## Declaration

```swift
@NSCopying var textColor: NSColor? { get set }
```

## See Also

### Setting text color

- [setTextColor(_:range:)](appkit/nstext/settextcolor(_:range:).md)
