AutomationStyleId Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Definiert den Stil des Texts.
public enum class AutomationStyleId
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class AutomationStyleId
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum AutomationStyleId
Public Enum AutomationStyleId
- Vererbung
-
AutomationStyleId
- Attribute
Felder
BulletedList | 70015 | Text, der als Aufzählungszeichen formatiert ist. |
Emphasis | 70013 | Text, der als Hervorhebung formatiert ist. |
Heading1 | 70001 | Text, der als Überschrift 1 formatiert ist. |
Heading2 | 70002 | Text, der als Überschrift 2 formatiert ist. |
Heading3 | 70003 | Text, der als Überschrift 3 formatiert ist. |
Heading4 | 70004 | Text, der als Überschrift 4 formatiert ist. |
Heading5 | 70005 | Text, der als Überschrift 5 formatiert ist. |
Heading6 | 70006 | Text, der als Überschrift 6 formatiert ist. |
Heading7 | 70007 | Text, der als Überschrift 7 formatiert ist. |
Heading8 | 70008 | Text, der als Überschrift 8 formatiert ist. |
Heading9 | 70009 | Text, der als Überschrift 9 formatiert ist. |
Normal | 70012 | Text, der als Normal formatiert ist. |
Quote | 70014 | Text, der als Anführungszeichen formatiert ist. |
Subtitle | 70011 | Text, der als Untertitel formatiert ist. |
Title | 70010 | Text, der als Titel formatiert ist. |