TextDecorationLineStyle Énumération

Définition

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

Champs

Dash 5

Ligne en tirets.

DashDot 6

Ligne en tirets-points en alternance.

DashDotDot 7

Ligne en tiret-point-point en alternance.

Dot 4

Ligne en pointillés.

Double 3

Ligne double.

DoubleWavy 11

Ligne double ondulée.

LongDash 13

Lignes en tirets longs.

None 0

Aucun style de ligne de décoration du texte.

Other -1

Autre style de ligne de décoration de texte non spécifié explicitement dans l'énumération TextDecorationLineStyle.

Single 1

Ligne unique.

ThickDash 14

Ligne en tirets épaisse.

ThickDashDot 15

Ligne en tirets-points en alternance épaisse.

ThickDashDotDot 16

Ligne en tirets-points-points en alternance épaisse.

ThickDot 17

Ligne en pointillés épaisse.

ThickLongDash 18

Ligne en tirets longs épaisse.

ThickSingle 9

Ligne unique épaisse.

ThickWavy 12

Ligne ondulée épaisse.

Wavy 8

Ligne ondulée.

WordsOnly 2

Mots uniquement.

S’applique à