---
title: isHighlighted
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiviewconfigurationstate-swift.struct/ishighlighted
---

# isHighlighted

A Boolean value that indicates whether the view is in a highlighted state.

## Declaration

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

## See Also

### Managing view configuration states

- [isSelected](uikit/uiviewconfigurationstate-swift.struct/isselected.md)
- [isFocused](uikit/uiviewconfigurationstate-swift.struct/isfocused.md)
- [isDisabled](uikit/uiviewconfigurationstate-swift.struct/isdisabled.md)
- [isPinned](uikit/uiviewconfigurationstate-swift.struct/ispinned.md)
