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

只有文字。

適用於