TextDecorationLineStyle 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.
Values for UnderlineStyleAttribute.
public enum class TextDecorationLineStyle
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("909D8633-2941-428e-A549-C752E2FC078C")]
public enum TextDecorationLineStyle
public enum TextDecorationLineStyle
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("909D8633-2941-428e-A549-C752E2FC078C")>]
type TextDecorationLineStyle =
type TextDecorationLineStyle =
Public Enum TextDecorationLineStyle
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Other | -1 | Another text decoration line style not explicitly specified in the TextDecorationLineStyle enumeration. |
None | 0 | No text decoration line style. |
Single | 1 | Single line. |
WordsOnly | 2 | Words only. |
Double | 3 | Double line. |
Dot | 4 | Dotted line. |
Dash | 5 | Dashed line. |
DashDot | 6 | Alternating dash-dot line. |
DashDotDot | 7 | Alternating dash-dot-dot line. |
Wavy | 8 | Wavy line. |
ThickSingle | 9 | Thick single line. |
DoubleWavy | 11 | Double wavy line. |
ThickWavy | 12 | Thick wavy line. |
LongDash | 13 | Long-dashed line. |
ThickDash | 14 | Thick dashed line. |
ThickDashDot | 15 | Thick alternating dash-dot line. |
ThickDashDotDot | 16 | Thick alternating dash-dot-dot line. |
ThickDot | 17 | Thick dotted line. |
ThickLongDash | 18 | Thick long-dash line. |