---
title: highlightLine2
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clkcomplicationtemplatemodularsmallstacktext/highlightline2
---

# highlightLine2

A Boolean value indicating which line should be drawn with a highlight.

## Declaration

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

## Discussion

Discussion When the value of this property is true, the text in row two is rendered with a highlight. When the value is false, the text in line one is rendered with a highlight. The default value of this property is false.

## See Also

### Setting the Complication Data

- [line1TextProvider](clockkit/clkcomplicationtemplatemodularsmallstacktext/line1textprovider.md)
- [line2TextProvider](clockkit/clkcomplicationtemplatemodularsmallstacktext/line2textprovider.md)
