---
title: strikethrough
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/inlinepresentationintent/strikethrough
---

# strikethrough

An intent that represents a strikethrough presentation.

## Declaration

```swift
static var strikethrough: InlinePresentationIntent { get }
```

## See Also

### Getting inline presentation types

- [code](foundation/inlinepresentationintent/code.md)
- [emphasized](foundation/inlinepresentationintent/emphasized.md)
- [lineBreak](foundation/inlinepresentationintent/linebreak.md)
- [softBreak](foundation/inlinepresentationintent/softbreak.md)
- [stronglyEmphasized](foundation/inlinepresentationintent/stronglyemphasized.md)
- [inlineHTML](foundation/inlinepresentationintent/inlinehtml.md)
- [blockHTML](foundation/inlinepresentationintent/blockhtml.md)
