---
title: patternDashDot
framework: coretext
role: symbol
role_heading: Type Property
path: coretext/ctunderlinestylemodifiers/patterndashdot
---

# patternDashDot

A modifier that indicates to draw an underline using a pattern of alternating dashes and dots.

## Declaration

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

## See Also

### Constants

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