---
title: textHighlightStyle
framework: tvmlkit
role: symbol
role_heading: Instance Property
path: tvmlkit/tvviewelementstyle/texthighlightstyle
---

# textHighlightStyle

A string indicating how a label reacts when it is in focus.

## Declaration

```swift
var textHighlightStyle: String? { get }
```

## Discussion

Discussion For possible values, seeLabel State Values.

## See Also

### Changing the Text of an Element

- [fontSize](tvmlkit/tvviewelementstyle/fontsize.md)
- [fontWeight](tvmlkit/tvviewelementstyle/fontweight.md)
- [maxTextLines](tvmlkit/tvviewelementstyle/maxtextlines.md)
- [textAlignment](tvmlkit/tvviewelementstyle/textalignment.md)
- [textMinimumScaleFactor](tvmlkit/tvviewelementstyle/textminimumscalefactor.md)
- [textStyle](tvmlkit/tvviewelementstyle/textstyle.md)
