AutomationTextDecorationLineStyle Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le style de ligne des décorations de texte.
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
- Héritage
-
AutomationTextDecorationLineStyle
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Champs
Dash | 5 | Ligne en tirets. |
DashDot | 6 | Trait tiret-point. |
DashDotDot | 7 | Trait tiret-point-point. |
Dot | 4 | Ligne en pointillés. |
Double | 3 | Ligne double. |
DoubleWavy | 10 | Ligne double ondulée. |
LongDash | 12 | Longue ligne en pointillés. |
None | 0 | Aucune décoration de texte. |
Other | 18 | Autre ligne. |
Single | 1 | Ligne unique. |
ThickDash | 13 | Ligne en tirets épaisse. |
ThickDashDot | 14 | Trait de tiret-point épais. |
ThickDashDotDot | 15 | Ligne point-point-tiret épaisse. |
ThickDot | 16 | Ligne en pointillés épaisse. |
ThickLongDash | 17 | Ligne longue épaisse en pointillés. |
ThickSingle | 9 | Ligne épaisse simple. |
ThickWavy | 11 | Ligne ondulée épaisse. |
Wavy | 8 | Ligne ondulée. |
WordsOnly | 2 | Mots uniquement. |