AutomationTextDecorationLineStyle 枚举

定义

定义文本修饰的线条样式。

public enum class AutomationTextDecorationLineStyle
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class AutomationTextDecorationLineStyle
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum AutomationTextDecorationLineStyle
Public Enum AutomationTextDecorationLineStyle
继承
AutomationTextDecorationLineStyle
属性

字段

Dash 5

虚线。

DashDot 6

虚线-点线。

DashDotDot 7

虚线-点-点线。

Dot 4

点线。

Double 3

双线。

DoubleWavy 10

双波浪线。

LongDash 12

长虚线。

None 0

无文本效果。

Other 18

其他行。

Single 1

单线。

ThickDash 13

粗虚线。

ThickDashDot 14

粗虚线-点线。

ThickDashDotDot 15

粗短划线-点-点线。

ThickDot 16

粗点线。

ThickLongDash 17

粗长虚线。

ThickSingle 9

单条粗线。

ThickWavy 11

粗波浪线。

Wavy 8

波浪线。

WordsOnly 2

仅限单词。

适用于