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

単語のみ。

適用対象