---
title: patternDash
framework: coretext
role: symbol
role_heading: Type Property
path: coretext/ctunderlinestylemodifiers/patterndash
---

# patternDash

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

## Declaration

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

## See Also

### Constants

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