TextDecorationLineStyle Enumeration

Definition

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
Vererbung
TextDecorationLineStyle
Attribute

Felder

Dash 5

Gestrichelte Linie.

DashDot 6

Eine Linie mit einem alternierenden Strich-Punkt-Muster.

DashDotDot 7

Eine Linie mit einem alternierenden Strich-Punkt-Punkt-Muster.

Dot 4

Punktierte Linie.

Double 3

Doppelte Linie.

DoubleWavy 11

Doppelte Wellenlinie.

LongDash 13

Lang gestrichelte Linie.

None 0

Keine Textdekorations-Linienart.

Other -1

Anderer Textdekorations-Linienstil, der in der TextDecorationLineStyle-Enumeration nicht explizit angegeben ist.

Single 1

Einzellinie.

ThickDash 14

Dicke gestrichelte Linie.

ThickDashDot 15

Dicke Linie mit einem alternierenden Strich-Punkt-Muster.

ThickDashDotDot 16

Dicke Linie mit einem alternierenden Strich-Punkt-Punkt-Muster.

ThickDot 17

Dicke gepunktete Linie.

ThickLongDash 18

Dicke lang gestrichelte Linie.

ThickSingle 9

Dicke einzelne Linie.

ThickWavy 12

Dicke Wellenlinie.

Wavy 8

Wellenlinie.

WordsOnly 2

Nur Wörter.

Gilt für: