---
title: linkTextAttributes
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitextview/linktextattributes
---

# linkTextAttributes

The attributes to apply to links.

## Declaration

```swift
var linkTextAttributes: [NSAttributedString.Key : Any]! { get set }
```

## Discussion

Discussion The default attributes specify blue text with a single underline and the pointing hand cursor.

## See Also

### Configuring appearance attributes

- [font](uikit/uitextview/font.md)
- [textColor](uikit/uitextview/textcolor.md)
- [textAlignment](uikit/uitextview/textalignment.md)
- [typingAttributes](uikit/uitextview/typingattributes.md)
- [borderStyle](uikit/uitextview/borderstyle-swift.property.md)
- [textHighlightAttributes](uikit/uitextview/texthighlightattributes.md)
- [drawTextHighlightBackground(for:origin:)](uikit/uitextview/drawtexthighlightbackground(for:origin:).md)
- [UITextView.BorderStyle](uikit/uitextview/borderstyle-swift.enum.md)
