MonobjcMonobjc Documented Class Library
NSUnderliningPatterns Enumeration
NamespacesMonobjc.AppKitNSUnderliningPatterns

These constants define underlining pattern values for NSUnderlineStyleAttributeName and NSStrikethroughStyleAttributeName.

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSUnderliningPatterns
Public Enumeration NSUnderliningPatterns
public enum class NSUnderliningPatterns
Members
MemberDescription
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.


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

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)