TextDecorationLineStyle 枚举

定义

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
继承
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

仅限单词。

适用于