---
title: HighlightHoverEffect
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/highlighthovereffect
---

# HighlightHoverEffect

A hover effect that highlights views using a light source to indicate position.

## Declaration

```swift
struct HighlightHoverEffect
```

## Overview

Overview You can also use highlight to construct this hover effect.

## Topics

### Initializers

- [init()](swiftui/highlighthovereffect/init().md)

## Relationships

### Conforms To

- [CustomHoverEffect](swiftui/customhovereffect.md)

## See Also

### Supporting types

- [AutomaticHoverEffect](swiftui/automatichovereffect.md)
- [EmptyHoverEffect](swiftui/emptyhovereffect.md)
- [LiftHoverEffect](swiftui/lifthovereffect.md)
