TextDecorationLineStyle 열거형

정의

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
상속
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

단어만 적용합니다.

적용 대상