AutomationHeadingLevel Enum

Definition

Defines the heading levels for UI Automation elements.

public enum class AutomationHeadingLevel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class AutomationHeadingLevel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum AutomationHeadingLevel
Public Enum AutomationHeadingLevel
Inheritance
AutomationHeadingLevel
Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Fields

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.

None 0

Not a heading.

Applies to

See also