TextDecorationLineStyle 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
- 继承
- 属性
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Dash | 5 | 虚线。 |
| DashDot | 6 | 点-划线。 |
| DashDotDot | 7 | 点-点-划线。 |
| Dot | 4 | 点线。 |
| Double | 3 | 双线。 |
| DoubleWavy | 11 | 双波浪线。 |
| LongDash | 13 | 长虚线。 |
| None | 0 | 无任何文本修饰线样式。 |
| Other | -1 | TextDecorationLineStyle 枚举中没有显式指定的其他文本修饰线样式。 |
| Single | 1 | 单线。 |
| ThickDash | 14 | 粗虚线。 |
| ThickDashDot | 15 | 粗点-划线。 |
| ThickDashDotDot | 16 | 粗点-点-划线。 |
| ThickDot | 17 | 粗点线。 |
| ThickLongDash | 18 | 粗长虚线。 |
| ThickSingle | 9 | 粗单线。 |
| ThickWavy | 12 | 粗波浪线。 |
| Wavy | 8 | 波浪线。 |
| WordsOnly | 2 | 仅限单词。 |