AutomationHeadingLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the heading levels for UI Automation elements.
public enum class AutomationHeadingLevel
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class AutomationHeadingLevel
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum AutomationHeadingLevel
Public Enum AutomationHeadingLevel
- Inheritance
-
AutomationHeadingLevel
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Not a heading. |
Level1 | 1 | Heading level 1. |
Level2 | 2 | Heading level 2. |
Level3 | 3 | Heading level 3. |
Level4 | 4 | Heading level 4. |
Level5 | 5 | Heading level 5. |
Level6 | 6 | Heading level 6. |
Level7 | 7 | Heading level 7. |
Level8 | 8 | Heading level 8. |
Level9 | 9 | Heading level 9. |