---
title: textStyle
framework: tvmlkit
role: symbol
role_heading: Instance Property
path: tvmlkit/tvviewelementstyle/textstyle
---

# textStyle

The style applied to the text in an element.

## Declaration

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

## Discussion

Discussion For possible values, see Text Style 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)
- [textHighlightStyle](tvmlkit/tvviewelementstyle/texthighlightstyle.md)
- [textMinimumScaleFactor](tvmlkit/tvviewelementstyle/textminimumscalefactor.md)
