---
title: UIListContentConfiguration.TextProperties.TextTransform.uppercase
framework: uikit
role: symbol
role_heading: Case
path: uikit/uilistcontentconfiguration-swift.struct/textproperties-swift.struct/texttransform/uppercase
---

# UIListContentConfiguration.TextProperties.TextTransform.uppercase

Displays the text in all uppercase characters.

## Declaration

```swift
case uppercase
```

## See Also

### Text transforms

- [UIListContentConfiguration.TextProperties.TextTransform.none](uikit/uilistcontentconfiguration-swift.struct/textproperties-swift.struct/texttransform/none.md)
- [UIListContentConfiguration.TextProperties.TextTransform.capitalized](uikit/uilistcontentconfiguration-swift.struct/textproperties-swift.struct/texttransform/capitalized.md)
- [UIListContentConfiguration.TextProperties.TextTransform.lowercase](uikit/uilistcontentconfiguration-swift.struct/textproperties-swift.struct/texttransform/lowercase.md)
