TextDecorationLineStyle Výčet

Definice

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
Dědičnost
TextDecorationLineStyle
Atributy

Pole

Dash 5

Přerušovaná čára.

DashDot 6

Střídavá přerušovaná čára.

DashDotDot 7

Střídavá čárka-tečka-tečka.

Dot 4

Tečkovaná čára.

Double 3

Dvojitá čára.

DoubleWavy 11

Dvojitá vlnovka.

LongDash 13

Dlouhá přerušovaná čára.

None 0

Žádný styl čáry dekorace textu.

Other -1

Jiný styl čáry dekorace textu není explicitně zadán ve výčtu TextDecorationLineStyle .

Single 1

Jeden řádek.

ThickDash 14

Silná přerušovaná čára.

ThickDashDot 15

Silná střídavá přerušovaná čára.

ThickDashDotDot 16

Silná střídavá čárka-tečka-tečka.

ThickDot 17

Silná tečkovaná čára.

ThickLongDash 18

Silná dlouhá přerušovaná čára.

ThickSingle 9

Silná jednoduchá čára.

ThickWavy 12

Silná vlnovka.

Wavy 8

Vlnovka.

WordsOnly 2

Pouze slova.

Platí pro