---
title: uppercaseLatin
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/nstextlist/markerformat-swift.struct/uppercaselatin
---

# uppercaseLatin

The value that represents an uppercase Latin alphabetical marker that you can apply to a text list item.

## Declaration

```swift
static let uppercaseLatin: NSTextList.MarkerFormat
```

## Discussion

Discussion Uppercase Latin alphabetical markers follow the pattern A, B, C, and so on.

## See Also

### Selecting a marker format

- [box](uikit/nstextlist/markerformat-swift.struct/box.md)
- [check](uikit/nstextlist/markerformat-swift.struct/check.md)
- [circle](uikit/nstextlist/markerformat-swift.struct/circle.md)
- [decimal](uikit/nstextlist/markerformat-swift.struct/decimal.md)
- [diamond](uikit/nstextlist/markerformat-swift.struct/diamond.md)
- [disc](uikit/nstextlist/markerformat-swift.struct/disc.md)
- [hyphen](uikit/nstextlist/markerformat-swift.struct/hyphen.md)
- [lowercaseAlpha](uikit/nstextlist/markerformat-swift.struct/lowercasealpha.md)
- [lowercaseHexadecimal](uikit/nstextlist/markerformat-swift.struct/lowercasehexadecimal.md)
- [lowercaseLatin](uikit/nstextlist/markerformat-swift.struct/lowercaselatin.md)
- [lowercaseRoman](uikit/nstextlist/markerformat-swift.struct/lowercaseroman.md)
- [octal](uikit/nstextlist/markerformat-swift.struct/octal.md)
- [square](uikit/nstextlist/markerformat-swift.struct/square.md)
- [uppercaseAlpha](uikit/nstextlist/markerformat-swift.struct/uppercasealpha.md)
- [uppercaseHexadecimal](uikit/nstextlist/markerformat-swift.struct/uppercasehexadecimal.md)
