---
title: dashDotDot
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/text/linestyle/pattern/dashdotdot
---

# dashDotDot

Draw a line of alternating dashes and two dots.

## Declaration

```swift
static let dashDotDot: Text.LineStyle.Pattern
```

## See Also

### Getting line style patterns

- [solid](swiftui/text/linestyle/pattern/solid.md)
- [dot](swiftui/text/linestyle/pattern/dot.md)
- [dash](swiftui/text/linestyle/pattern/dash.md)
- [dashDot](swiftui/text/linestyle/pattern/dashdot.md)
