These constants define underlining pattern values for NSUnderlineStyleAttributeName and NSStrikethroughStyleAttributeName.
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public enum NSUnderliningPatterns
Public Enumeration NSUnderliningPatterns
public enum class NSUnderliningPatterns

Member | Description |
---|---|
NSUnderlinePatternSolid | Draw a solid underline. Available in Mac OS X v10.3 and later. |
NSUnderlinePatternDot | Draw an underline using a pattern of dots. Available in Mac OS X v10.3 and later. |
NSUnderlinePatternDash | Draw an underline using a pattern of dashes. Available in Mac OS X v10.3 and later. |
NSUnderlinePatternDashDot | Draw an underline using a pattern of alternating dashes and dots. Available in Mac OS X v10.3 and later. |
NSUnderlinePatternDashDotDot | Draw an underline using a pattern of a dash followed by two dots. Available in Mac OS X v10.3 and later. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)