AutomationHeadingLevel Enum

Definition

Defines the heading levels for UI Automation elements.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
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.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also