TextDecorationLineStyle Énumération

Définition

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
Héritage
TextDecorationLineStyle
Attributs

Champs

Nom Valeur Description
Other -1

Un autre style de ligne de décoration de texte n’est pas explicitement spécifié dans l’énumération TextDecorationLineStyle .

None 0

Aucun style de ligne de décoration de texte.

Single 1

Ligne simple.

WordsOnly 2

Mots uniquement.

Double 3

Double ligne.

Dot 4

Pointillée.

Dash 5

Pointillée.

DashDot 6

Ligne de pointillé alternée.

DashDotDot 7

Ligne point-point de tiret alternée.

Wavy 8

Trait ondulé.

ThickSingle 9

Ligne unique épaisse.

DoubleWavy 11

Double trait ondulé.

ThickWavy 12

Ligne ondulée épaisse.

LongDash 13

Trait en pointillés longs.

ThickDash 14

Ligne en pointillés épais.

ThickDashDot 15

Ligne de pointillé alternée épaisse.

ThickDashDotDot 16

Ligne de tiret-point-point alternée épaisse.

ThickDot 17

Ligne pointillée épaisse.

ThickLongDash 18

Ligne de tiret long épais.

S’applique à