NSUnderlineStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of valid styles for underlines or strikethroughs.
public enum NSUnderlineStyle
type NSUnderlineStyle =
- Inheritance
-
NSUnderlineStyle
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
PatternSolid | 0 | |
Single | 1 | |
Thick | 2 | |
Double | 9 | |
PatternDot | 256 | |
PatternDash | 512 | |
PatternDashDot | 768 | |
PatternDashDotDot | 1024 | |
ByWord | 32768 |