AutomationStyleId É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 du texte.
public enum class AutomationStyleId
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AutomationStyleId
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AutomationStyleId
Public Enum AutomationStyleId
- Héritage
-
AutomationStyleId
- 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
BulletedList | 70015 | Texte stylisé en tant que liste à puces. |
Emphasis | 70013 | Texte mis en évidence. |
Heading1 | 70001 | Texte stylé en titre 1. |
Heading2 | 70002 | Texte stylé comme Titre 2. |
Heading3 | 70003 | Texte stylé comme Titre 3. |
Heading4 | 70004 | Texte stylé en titre 4. |
Heading5 | 70005 | Texte stylé comme Titre 5. |
Heading6 | 70006 | Texte stylé comme Titre 6. |
Heading7 | 70007 | Texte stylé comme Titre 7. |
Heading8 | 70008 | Texte stylé comme titre 8. |
Heading9 | 70009 | Texte stylé comme Titre 9. |
Normal | 70012 | Texte avec style Normal. |
Quote | 70014 | Texte stylé en tant que Guillemet. |
Subtitle | 70011 | Texte stylé en tant que sous-titre. |
Title | 70010 | Texte stylé en tant que titre. |