言語

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
属性

フィールド

名前 説明
Other -1

TextDecorationLineStyle列挙型で明示的に指定されていない別のテキスト装飾線スタイル。

None 0

テキスト装飾の線のスタイルはありません。

Single 1

一重線を指定します。

WordsOnly 2

単語のみ。

Double 3

二重線。

Dot 4

点線。

Dash 5

破線。

DashDot 6

破線を交互に表示します。

DashDotDot 7

点線とドットの線が交互に表示されます。

Wavy 8

波線。

ThickSingle 9

太い 1 本の線。

DoubleWavy 11

2 重の波線。

ThickWavy 12

太い波線。

LongDash 13

長い破線。

ThickDash 14

太い破線。

ThickDashDot 15

太い交互の点線。

ThickDashDotDot 16

太い点線とドットの線が交互に表示されます。

ThickDot 17

太い点線。

ThickLongDash 18

太い長い破線。

適用対象