---
title: isHighlighted
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfannotation/ishighlighted
---

# isHighlighted

A Boolean value that indicates whether the annotation is in a highlighted state, such as when the mouse is down on a link annotation.

## Declaration

```swift
var isHighlighted: Bool { get set }
```

## See Also

### Managing Annotation Display Characteristics

- [alignment](pdfkit/pdfannotation/alignment.md)
- [bounds](pdfkit/pdfannotation/bounds.md)
- [contents](pdfkit/pdfannotation/contents.md)
- [font](pdfkit/pdfannotation/font.md)
- [fontColor](pdfkit/pdfannotation/fontcolor.md)
- [border](pdfkit/pdfannotation/border.md)
- [PDFBorder](pdfkit/pdfborder.md)
- [color](pdfkit/pdfannotation/color.md)
- [hasAppearanceStream](pdfkit/pdfannotation/hasappearancestream.md)
