<!--
{
  "documentType" : "article",
  "framework" : "TVMLKit",
  "identifier" : "/documentation/TVMLKit/label-state-values",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Label State Values"
}
-->

# Label State Values

How text is displayed when an element is in focus.

## Discussion

```
NSString *const TVTextHighlightStyleShowOnHighlight;
NSString *const TVTextHighlightStyleMarqueeOnHighlight;
NSString *const TVTextHighlightStyleMarqueeAndShowOnHighlight;
```

## Topics

### Constants

[TVTextHighlightStyleShowOnHighlight](/documentation/TVMLKit/TVTextHighlightStyleShowOnHighlight)

Any text that is longer than the available space will scroll across the screen.

[TVTextHighlightStyleMarqueeOnHighlight](/documentation/TVMLKit/TVTextHighlightStyleMarqueeOnHighlight)

Any text that is longer than the available space is truncated.

[TVTextHighlightStyleMarqueeAndShowOnHighlight](/documentation/TVMLKit/TVTextHighlightStyleMarqueeAndShowOnHighlight)

The text will scroll across the screen if the text is longer than the available space.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)