---
title: patternDashDotDot
framework: coretext
role: symbol
role_heading: Type Property
path: coretext/ctunderlinestylemodifiers/patterndashdotdot
---

# patternDashDotDot

A modifier that indicates to draw an underline using a pattern of a dash followed by two dots.

## Declaration

```swift
static var patternDashDotDot: CTUnderlineStyleModifiers { get }
```

## See Also

### Constants

- [patternSolid](coretext/ctunderlinestylemodifiers/patternsolid.md)
- [patternDot](coretext/ctunderlinestylemodifiers/patterndot.md)
- [patternDash](coretext/ctunderlinestylemodifiers/patterndash.md)
- [patternDashDot](coretext/ctunderlinestylemodifiers/patterndashdot.md)
