Share via


AutomationTextDecorationLineStyle Enumeração

Definição

Define o estilo de linha das decorações de texto.

public enum class AutomationTextDecorationLineStyle
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AutomationTextDecorationLineStyle
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AutomationTextDecorationLineStyle
Public Enum AutomationTextDecorationLineStyle
Herança
AutomationTextDecorationLineStyle
Atributos

Requisitos do Windows

Família de dispositivos
Windows 10 (introduzida na 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v1.0)

Campos

Dash 5

Linha tracejada.

DashDot 6

Linha dash-dot.

DashDotDot 7

Linha dash-dot-dot.

Dot 4

Linha pontilhada.

Double 3

Linha dupla.

DoubleWavy 10

Linha dupla e ondulada.

LongDash 12

Linha longa tracejada.

None 0

Sem decoração de texto.

Other 18

Outra linha.

Single 1

Linha única.

ThickDash 13

Linha tracejada grossa.

ThickDashDot 14

Linha de traço grossa.

ThickDashDotDot 15

Linha grossa dash-dot-dot.

ThickDot 16

Linha pontilhada grossa.

ThickLongDash 17

Linha longa e grossa tracejada.

ThickSingle 9

Linha grossa única.

ThickWavy 11

Linha ondulada espessa.

Wavy 8

Linha ondulada.

WordsOnly 2

Somente palavras.

Aplica-se a